returnCroppedBarcode property
If set to true
, an image with cropped barcode will be returned.
Implementation
bool? get returnCroppedBarcode => _returnCroppedBarcode;
Implementation
set returnCroppedBarcode(bool? val) {
_returnCroppedBarcode = val;
_setProcessParams({"returnCroppedBarcode": val}, this);
}