Back to Devexpress

Code128CharacterSet Enum

officefileapi-devexpress-dot-barcodes-dot-code128characterset.md

latest1.6 KB
Original Source

Code128CharacterSet Enum

Lists character sets used in Code128 bar code symbology.

Namespace : DevExpress.BarCodes

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public enum Code128CharacterSet
vb
Public Enum Code128CharacterSet

Members

NameDescription
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

DevExpress.BarCodes Namespace