returnCroppedBarcode property

bool? returnCroppedBarcode

If set to true, an image with cropped barcode will be returned.

Implementation

bool? get returnCroppedBarcode => _returnCroppedBarcode;
void returnCroppedBarcode=(bool? val)

Implementation

set returnCroppedBarcode(bool? val) {
  _returnCroppedBarcode = val;
  _setProcessParams({"returnCroppedBarcode": val}, this);
}