Code128SubType
Contents
[
Hide
]Code128SubType enum
Namespace: Aspose.Barcode.Recognition
Contains types of Code128 subset
Enum Values
| Name | Value | Description |
|---|---|---|
| CODE_SET_A | 1 | ASCII characters 00 to 95 (0–9, A–Z and control codes), special characters, and FNC 1–4 /// |
| CODE_SET_B | 2 | ASCII characters 32 to 127 (0–9, A–Z, a–z), special characters, and FNC 1–4 /// |
| CODE_SET_C | 3 | 00–99 (encodes two digits with a single code point) and FNC1 /// |
CODE_SET_A
Value: 1
ASCII characters 00 to 95 (0–9, A–Z and control codes), special characters, and FNC 1–4 ///
CODE_SET_B
Value: 2
ASCII characters 32 to 127 (0–9, A–Z, a–z), special characters, and FNC 1–4 ///
CODE_SET_C
Value: 3
00–99 (encodes two digits with a single code point) and FNC1 ///