Need better scanning performance?
AllModuleDeviation
Parameter AllModuleDeviation specifies the width deviation value (in moduleSize) of a non-standard 1D barcode type relative to the standard barcode width.
JSON Structure
Location in template:
BarcodeFormatSpecificationOptions[i]
└── AllModuleDeviation
Parent object: BarcodeFormatSpecification object
Example:
{
"AllModuleDeviation": 1
}
- This snippet shows only the
AllModuleDeviationparameter.- To use it, embed this parameter within a BarcodeFormatSpecification object.
- For the complete JSON structure, see:
Parameter Details
The unit defined in Parameter AllModuleDeviation is barcode module size. For example, if the standard barcode module size is 2px and AllModuleDeviation is 1, then the non-standard barcode module size is 4px. The structure of the AllModuleDeviation is shown as follow:
| AllModuleDeviation Parameter Details |
|---|
| Type int |
| Range [0, 0x7fffffff] |
| Default Value 0 |