Need better scanning performance?
ExpectedBarcodesCount
Parameter ExpectedBarcodesCount of BarcodeFormatSpecification defines the expected number of barcodes for a specific format.
Remarks
- Introduced in version 11.2.1000.
JSON Structure
Location in template:
BarcodeFormatSpecificationOptions[i]
└── ExpectedBarcodesCount
Parent object: BarcodeFormatSpecification object
Example:
{
"ExpectedBarcodesCount": 0
}
- This snippet shows only the
ExpectedBarcodesCountparameter.- To use it, embed this parameter within a BarcodeFormatSpecification object.
- For the complete JSON structure, see:
Parameter Details
| ExpectedBarcodesCount Parameter Details |
|---|
| Type int |
| Range [1, 0x7fffffff] |
| Default Value 0x7fffffff |