officefileapi-devexpress-dot-barcodes-dot-code128characterset.md
Lists character sets used in Code128 bar code symbology.
Namespace : DevExpress.BarCodes
Assembly : DevExpress.Docs.v25.2.dll
NuGet Package : DevExpress.Document.Processor
public enum Code128CharacterSet
Public Enum Code128CharacterSet
| 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.
|
The following properties accept/return Code128CharacterSet values:
See Also