Need better scanning performance?
ReturnPartialBarcodeValue
ReturnPartialBarcodeValue defines whether to return partial barcode value(s).
JSON Structure
Location in template:
BarcodeFormatSpecificationOptions[i]
└── ReturnPartialBarcodeValue
Parent object: BarcodeFormatSpecification object
Example:
{
"ReturnPartialBarcodeValue": 0
}
- This snippet shows only the
ReturnPartialBarcodeValueparameter.- To use it, embed this parameter within a BarcodeFormatSpecification object.
- For the complete JSON structure, see:
Parameter Details
The structure of theReturnPartialBarcodeValue is shown as follow:
| ReturnPartialBarcodeValue Parameter Details |
|---|
| Type int |
| Range [0, 1] |
| Default Value 1 |
Remarks
- 0: do not return partial barcode value(s).
- 1: return partial barcode value(s).