Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Code128CharacterSet Enum

Lists character sets used in Code128 bar code symbology.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v21.1.dll

Declaration

public enum Code128CharacterSet

Members

Name Description
CharsetA

The “A” character set will be used for coding a bar code. It contains ASCII characters 00-95.

CharsetB

The “B” character set will be used for coding a bar code. It contains ASCII characters 32-127.

CharsetC

The “C” character set will be used for coding a bar code. It contains numeric digit pairs from 00 to 99. Each digit pair is coded with one code element, so you can provide 01 23 pairs for coding, but not 123.

CharsetAuto

The character set will be chosen automatically according to the text assigned to a bar code.

See Also