adjustMinimumDocumentDpi property

bool? adjustMinimumDocumentDpi
getter/setter pair

Defines whether to automatically adjust minimum document dpi. If it is enabled, the minimum dpi is adjusted to the optimal value for the provided input resolution to enable the capture of all document groups.

Default: true

Implementation

bool? adjustMinimumDocumentDpi = true;