Skip to main content
A newer version of this page is available. .

Code128Charset Enum

Specifies the character set used for coding the Code 128 bar code structure.

Namespace: DevExpress.XtraPrinting.BarCode

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(ResFinder))]
public enum Code128Charset

Members

Name Description
CharsetA

The “A” character set will be used for coding a bar code.

CharsetB

The “B” character set will be used for coding a bar code.

CharsetC

The “C” character set will be used for coding a bar code.

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 Code128Charset values:

Library Related API Members
Cross-Platform Class Library Code128Generator.CharacterSet
IntelligentMailPackageGenerator.CharacterSet
WPF Controls BarCodePropertyProvider.CharacterSet

Remarks

Use this enumeration’s members to set the charset for a BarCodeBrick of the Code 128 type. This enumeration’s values are set or returned by the Code128Generator.CharacterSet property.

See Also