Enum Code128
Specifies the characters set to use in the Code 128 symbology.
Namespace: Neodynamic.SDK.Printing
Assembly: cs.temp.dll.dll
Syntax
public enum Code128
Fields
Name | Description |
---|---|
A | ThermalLabel will use the Char Set A which only supports ASCII values from 0 to 95 |
Auto | ThermalLabel will automatically switch between code sets to encode the ASCII values. |
B | ThermalLabel will use the Char Set B which only supports ASCII values from 32 to 127 |
C | ThermalLabel will use the Char Set C which only supports pairs of digits |