documentImageSizeLimit property
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;
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.
Size? documentImageSizeLimit;