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