strictImageQuality property

bool? get strictImageQuality

When enabled, the image quality check status affects the document optical and overall status.

Implementation

bool? get strictImageQuality => _strictImageQuality;
set strictImageQuality (bool? val)

Implementation

set strictImageQuality(bool? val) {
  _strictImageQuality = val;
  _set({"strictImageQuality": val});
}