Need better scanning performance?
MinRatioOfBarcodeZoneWidthToHeight
Parameter MinRatioOfBarcodeZoneWidthToHeight defines the minimum ratio (width/height as a percentage) of the barcode zone.
JSON Structure
Location in template:
BarcodeFormatSpecificationOptions[i]
└── MinRatioOfBarcodeZoneWidthToHeight
Parent object: BarcodeFormatSpecification object
Example:
{
"MinRatioOfBarcodeZoneWidthToHeight": 100
}
- This snippet shows only the
MinRatioOfBarcodeZoneWidthToHeightparameter.- To use it, embed this parameter within a BarcodeFormatSpecification object.
- For the complete JSON structure, see:
Parameter Details
The structure of the MinRatioOfBarcodeZoneWidthToHeight is shown as follow:
| MinRatioOfBarcodeZoneWidthToHeight Parameter Details |
|---|
| Type int |
| Range [0, 10000] |
| Default Value 0 |