Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Code128CharacterSet Enum

Lists character sets used in Code128 bar code symbology.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v24.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