Specifies the mode to use for Code16k symbology.
Namespace:
Neodynamic.ReportingServicesAssembly: Neodynamic.ReportingServices.Barcode (in Neodynamic.ReportingServices.Barcode.dll) Version: 6.0.1100.0 (6.0.1100.0)
Syntax
| C# |
|---|
public enum Code16k |
| Visual Basic (Declaration) |
|---|
Public Enumeration Code16k |
| Visual C++ |
|---|
public enum class Code16k |
Members
| Member name | Description | |
|---|---|---|
| Mode0 |
Barcode Professional will use the Code 128 Char Set A which only supports ASCII values from 0 to 95
| |
| Mode1 |
Barcode Professional will use the Code 128 Char Set B which only supports ASCII values from 32 to 127
| |
| Mode2 |
Barcode Professional will use the Code 128 Char Set C which only supports pairs of digits
|