Code128SubType

Code128SubType enum

Module: aspose_barcode.recognition.code_128_sub_type

Enum Values

NameValueDescription
CODE_SET_A1ASCII characters 00 to 95 (0–9, A–Z and control codes), special characters, and FNC 1–4.
CODE_SET_B2ASCII characters 32 to 127 (0–9, A–Z, a–z), special characters, and FNC 1–4.
CODE_SET_C300–99 (encodes two digits with a single code point) and FNC1

Code128SubType.CODE_SET_A

Type: int

Value: 1

ASCII characters 00 to 95 (0–9, A–Z and control codes), special characters, and FNC 1–4.

Code128SubType.CODE_SET_B

Type: int

Value: 2

ASCII characters 32 to 127 (0–9, A–Z, a–z), special characters, and FNC 1–4.

Code128SubType.CODE_SET_C

Type: int

Value: 3

00–99 (encodes two digits with a single code point) and FNC1