Specifies the mode to use for Code16k symbology.

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)

Syntax

C#
public enum Code16k
Visual Basic
Public Enumeration Code16k
Visual C++
public enum class Code16k

Members

Member nameValueDescription
Mode00 Barcode Professional will use the Code 128 Char Set A which only supports ASCII values from 0 to 95
Mode11 Barcode Professional will use the Code 128 Char Set B which only supports ASCII values from 32 to 127
Mode22 Barcode Professional will use the Code 128 Char Set C which only supports pairs of digits

See Also