Table of contents
Swift
Objective-C

This documentation is deprecated. It applies only to legacy version 9.x of Barcode Reader and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

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"
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: