Need better scanning performance?
IncludeTrailingCheckDigit
Parameter IncludeTrailingCheckDigit defines whether to include the trailing check digit in the byte result.
JSON Structure
Location in template:
BarcodeFormatSpecificationOptions[i]
└── IncludeTrailingCheckDigit
Parent object: BarcodeFormatSpecification object
Example:
{
"IncludeTrailingCheckDigit": 1
}
- This snippet shows only the
IncludeTrailingCheckDigitparameter.- To use it, embed this parameter within a BarcodeFormatSpecification object.
- For the complete JSON structure, see:
Parameter Details
The structure of the IncludeTrailingCheckDigit is shown as follow:
| IncludeTrailingCheckDigit Parameter Details |
|---|
| Type int |
| Range [0, 1] |
| Default Value 0 |
Remarks
- 0: exclude.
- 1: include.
- This parameter is valid only for Code 128.
- Introduced in version 11.0.4000.
- Changed the default value to 0 from 1 in version 11.2.1000