noGraphics property
When enabled no graphic fields will be cropped from document image.
Implementation
bool? get noGraphics => _noGraphics;
Implementation
set noGraphics(bool? val) {
_noGraphics = val;
_setProcessParams({"noGraphics": val}, this);
}