Need better scanning performance?
HasVerticalQuietZone
Parameter HasVerticalQuietZone defines whether there is a sufficient vertical quiet zone above and below the barcode.
Remarks
- Introduced in version 11.2.1000.
JSON Structure
Location in template:
BarcodeFormatSpecificationOptions[i]
└── HasVerticalQuietzone
Parent object: BarcodeFormatSpecification object
Example:
{
"HasVerticalQuietZone": 0
}
- This snippet shows only the
HasVerticalQuietzoneparameter.- To use it, embed this parameter within a BarcodeFormatSpecification object.
- For the complete JSON structure, see:
Parameter Details
The structure of the HasVerticalQuietZone is shown as follow:
| HasVerticalQuietZone Parameter Details |
|---|
| Type int |
| Range [0, 1] |
| Default Value 1 |
Remarks
- 0: Do not require a sufficient vertical quiet zone above and below the barcode.
- 1: Require a sufficient vertical quiet zone above and below the barcode.
- Valid for linear barcodes.