Code128Subset
Code128Subset defines the subset of Code 128. It is defined as below:
| Value Type | Value Range | Default Value | Template Structure Type |
|---|---|---|---|
| string | “A” “B” “C” |
”” | FormatSpecification |
Setting Methods
Code128Subset can be set via JSON template.
As JSON Parameter
Code128Subset as a JSON parameter is a string value defined as below.
| Key Name | Key Value |
|---|---|
| Code128Subset | “A”, “B” or “C” as a string |
JSON Example
{
"Code128Subset": "A"
}