documentImageSizeLimit property

Size? documentImageSizeLimit
getter/setter pair

Limits the maximum resolution (width, height) of the document image. If null is passed, this property is effectively ignored. If specified, width and height must be > 0.

Implementation

Size? documentImageSizeLimit;