Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

EAN128Options.Charset Property

Gets or sets the character set used for encoding.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v19.2.dll

Declaration

public Code128CharacterSet Charset { get; set; }

Property Value

Type Description
Code128CharacterSet

A Code128CharacterSet enumeration value that specifies a character set.

Property Paths

You can access this nested property as listed below:

Object Type Path to Charset
BarCodeOptions
.EAN128.Charset

Remarks

Use the Charset property to specify the set of symbols which can be used when setting the BarCode.CodeText property. If the characters specified for the bar code data are not allowed by the charset, the exception with the message “There are invalid characters in the text” is thrown.

See Also