Aspose.Barcode for Python via Java Generation and Recognition API docs
Code128SubType Class Reference

Inherits Enum.

Static Public Attributes

int CODE_SET_A = 1
 ASCII characters 00 to 95 (0–9, A–Z and control codes), special characters, and FNC 1–4. More...
 
int CODE_SET_B = 2
 ASCII characters 32 to 127 (0–9, A–Z, a–z), special characters, and FNC 1–4. More...
 
int CODE_SET_C = 3
 00–99 (encodes two digits with a single code point) and FNC1 More...
 

Member Data Documentation

◆ CODE_SET_A

int CODE_SET_A = 1
static

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

◆ CODE_SET_B

int CODE_SET_B = 2
static

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

◆ CODE_SET_C

int CODE_SET_C = 3
static

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