Need better scanning performance?
FindUnevenModuleBarcode
Parameter FindUnevenModuleBarcode defines whether to find barcodes with uneven barcode modules.
JSON Structure
Location in template:
BarcodeFormatSpecificationOptions[i]
└── FindUnevenModuleBarcode
Parent object: BarcodeFormatSpecification object
Example:
{
"FindUnevenModuleBarcode": 0
}
- This snippet shows only the
FindUnevenModuleBarcodeparameter.- To use it, embed this parameter within a BarcodeFormatSpecification object.
- For the complete JSON structure, see:
Parameter Details
The structure of the FindUnevenModuleBarcode is shown as follow:
| FindUnevenModuleBarcode Parameter Details |
|---|
| Type int |
| Range [0, 1] |
| Default Value 1 |
Remarks
- 0: Do not find barcodes with uneven barcode modules.
- 1: Find barcodes with uneven barcode modules.