Enum Code128SubType

Code128SubType enumeration

Contains types of Code128 subset

public enum Code128SubType

Values

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

See Also