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.1.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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Code128Charset enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also