Enum Code16k
Specifies the mode to use for Code16k symbology.
Namespace:Neodynamic.SDK.Printing
Assembly:Neodynamic.SDK.ThermalLabel.dll
Syntax
public enum Code16k
Fields
Mode0
Barcode Professional will use the Code 128 Char Set A which only supports ASCII values from 0 to 95
Declaration
Mode0 = 0
Field Value
Type | Description |
---|---|
Code16k |
Mode1
Barcode Professional will use the Code 128 Char Set B which only supports ASCII values from 32 to 127
Declaration
Mode1 = 1
Field Value
Type | Description |
---|---|
Code16k |
Mode2
Barcode Professional will use the Code 128 Char Set C which only supports pairs of digits
Declaration
Mode2 = 2
Field Value
Type | Description |
---|---|
Code16k |