strictImageQuality property
When enabled, the image quality check status affects the document optical and overall status.
Implementation
bool? get strictImageQuality => _strictImageQuality;
Implementation
set strictImageQuality(bool? val) {
_strictImageQuality = val;
_set({"strictImageQuality": val});
}