Need better scanning performance?
MinQuietZoneWidth
MinQuietZoneWidth defines the minimum width (in moduleSize) of the barcode quiet zone.
JSON Structure
Location in template:
BarcodeFormatSpecificationOptions[i]
└── MinQuietZoneWidth
Parent object: BarcodeFormatSpecification object
Example:
{
"MinQuietZoneWidth": 1
}
- This snippet shows only the
MinQuietZoneWidthparameter.- To use it, embed this parameter within a BarcodeFormatSpecification object.
- For the complete JSON structure, see:
Parameter Details
The structure of the MinQuietZoneWidth is shown as follow:
| MinQuietZoneWidth Parameter Details |
|---|
| Type int |
| Range [0, 0x7fffffff] |
| Default Value 4 |
Remarks
- The unit is a multiplier of the barcode module size. For example, if barcode module is 2px and MinQuietZoneWidth is 4, then the width of quiet zone is 8px.
- This parameter is valid only for OneD barcode formats.