Specifies the characters set to use in the Code 128 symbology.

Namespace:  Neodynamic.WinControls.BarcodeProfessional
Assembly:  Neodynamic.WinControls.BarcodeProfessional (in Neodynamic.WinControls.BarcodeProfessional.dll) Version: 6.0.2000.0 (6.0.2000.1)

Syntax

C#
public enum Code128
Visual Basic (Declaration)
Public Enumeration Code128
Visual C++
public enum class Code128

Members

Member nameDescription
Auto
Barcode Professional will automatically switch between code sets to encode the ASCII values.
A
Barcode Professional will use the Char Set A which only supports ASCII values from 0 to 95
B
Barcode Professional will use the Char Set B which only supports ASCII values from 32 to 127
C
Barcode Professional will use the Char Set C which only supports pairs of digits

See Also