Need better scanning performance?
EnableAddOnCode
Parameter EnableAddOnCode defines whether to identify addon code.
JSON Structure
Location in template:
BarcodeFormatSpecificationOptions[i]
└── EnableAddOnCode
Parent object: BarcodeFormatSpecification object
Example:
{
"EnableAddOnCode": 1
}
- This snippet shows only the
EnableAddOnCodeparameter.- To use it, embed this parameter within a BarcodeFormatSpecification object.
- For the complete JSON structure, see:
Parameter Details
The structure of the EnableAddOnCode is shown as follow:
| EnableAddOnCode Parameter Details |
|---|
| Type int |
| Range [0, 1] |
| Default Value 0 |
Remarks
- 0: do not identify addon code.
- 1: identify addon code.
- This parameter is valid only for EAN8/EAN13/UPCA/UPCE code formats.