Specifies the characters set to use in the Code 128 symbology.
Namespace: Neodynamic.WPFAssembly: Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll) Version: 5.0.3500.0 (5.0.3500.0)
Syntax
| C# |
|---|
public enum Code128 |
| Visual Basic |
|---|
Public Enumeration Code128 |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Auto | 0 | Barcode Professional will automatically switch between code sets to encode the ASCII values. | |
| A | 1 | Barcode Professional will use the Char Set A which only supports ASCII values from 0 to 95 | |
| B | 2 | Barcode Professional will use the Char Set B which only supports ASCII values from 32 to 127 | |
| C | 3 | Barcode Professional will use the Char Set C which only supports pairs of digits |