Code128 EnumerationNeodynamic Barcode Professional for ASP.NET Class Reference
Specifies the characters set to use in the Code 128 symbology.

Namespace: Neodynamic.Web.MVC.Barcode
Assembly: Neodynamic.Web.MVC.Barcode (in Neodynamic.Web.MVC.Barcode.dll) Version: 8.0.2000.0 (8.0.2000.0)
Syntax

public enum Code128
Members

  Member nameValueDescription
Auto0 Barcode Professional will automatically switch between code sets to encode the ASCII values.
A1 Barcode Professional will use the Char Set A which only supports ASCII values from 0 to 95
B2 Barcode Professional will use the Char Set B which only supports ASCII values from 32 to 127
C3 Barcode Professional will use the Char Set C which only supports pairs of digits
See Also