Need better scanning performance?
RequireStartStopChars
Parameter RequireStartStopChars defines whether the start and/or stop characters are required when searching for common 1D barcodes.
JSON Structure
Location in template:
BarcodeFormatSpecificationOptions[i]
└── RequireStartStopChars
Parent object: BarcodeFormatSpecification object
Example:
{
"RequireStartStopChars": 0
}
- This snippet shows only the
RequireStartStopCharsparameter.- To use it, embed this parameter within a BarcodeFormatSpecification object.
- For the complete JSON structure, see:
Parameter Details
The structure of theRequireStartStopChars is shown as follow:
| RequireStartStopChars Parameter Details |
|---|
| Type int |
| Range [0, 1] |
| Default Value 1 |
Remarks
- 0: start and/or stop characters are not required.
Behavior changed in v11.0.4000: In previous versions, this meant both start and stop characters were not required. Since v11.0.4000, it allows either or both to be missing.
- 1: start and stop characters are required.