Need better scanning performance?
Code128Subset
Parameter Code128Subset defines the subset of Code 128.
JSON Structure
Location in template:
BarcodeFormatSpecificationOptions[i]
└── Code128Subset
Parent object: BarcodeFormatSpecification object
Example:
{
"Code128Subset": "A"
}
- This snippet shows only the
Code128Subsetparameter.- To use it, embed this parameter within a BarcodeFormatSpecification object.
- For the complete JSON structure, see:
Parameter Details
The structure of the Code128Subset is shown as follow:
| Code128Subset Parameter Details |
|---|
| Type string |
| Range “A” “B” “C” |
| Default Value “” |