polygon property

List<Point<double>>? polygon
getter/setter pair

The polygon to which the page will be cropped. If not specified, no cropping is applied.

Implementation

List<Point<double>>? polygon;