minimumDocumentDpi property

int? minimumDocumentDpi
getter/setter pair

Sets the required minimum DPI of the captured document on the transformed image. Affects how close the document needs to be to the camera in order to get captured. Allowed values are from 150 to 400 DPI. Default: 230

Implementation

int? minimumDocumentDpi = 230;