dpiThreshold property
int?
get
dpiThreshold
This parameter sets threshold for Image QA check of the presented document physical dpi. If actual document dpi is below this threshold, check will fail.
Implementation
int? get dpiThreshold => _dpiThreshold;
set
dpiThreshold
(int? val)
Implementation
set dpiThreshold(int? val) {
_dpiThreshold = val;
_set({"dpiThreshold": val});
}