polygon property

List<PolygonPoint>? polygon
getter/setter pair

The page's cropping polygon as calculated by a document detection operation or as set by the cropping UI. Modifying the polygon will change the polygon as shown in the cropping UI but will not automatically re-crop the original image.

Implementation

List<PolygonPoint>? polygon;