Skip to main content

Code128CharacterSet Enum

Lists character sets used in Code128 bar code symbology.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

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.

Related API Members

The following properties accept/return Code128CharacterSet values:

See Also