Specifies the characters set to use in the Code 128 barcodes.
Namespace:
Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 2.0.2000.0 (2.0.2000.0)
Syntax
| C# |
|---|
public enum Code128CharSet |
| Visual Basic (Declaration) |
|---|
Public Enumeration Code128CharSet |
| Visual C++ |
|---|
public enum class Code128CharSet |
Members
| Member name | Description | |
|---|---|---|
| Auto |
Automatically switches between code sets to encode the ASCII values.
| |
| A |
Char Set A which only supports ASCII values from 0 to 95
| |
| B |
Char Set B which only supports ASCII values from 32 to 127
| |
| C |
Char Set C which only supports pairs of digits
|