Code128SymbologyBase<T>.CharacterSet Property
In This Article
Gets or sets the character set type for the bar code.
Namespace: DevExpress.WinUI.Controls
Assembly: DevExpress.WinUI.BarCode.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(Code128Charset.CharsetA, Handler = "CharacterSetPropertyChanged")]
[TypeConverter(typeof(XamlEnumTypeConverter<Code128Charset>))]
public Code128Charset CharacterSet { get; set; }
#Property Value
Type | Description |
---|---|
DevExpress. |
A character set that a bar code uses. |
#Remarks
Available values:
Name | Description |
---|---|
Charset |
Includes ASCII characters 00 to 95 (0-9, A-Z and control codes), special characters and FNC 1 (code that is used for special purposes). |
Charset |
Includes ASCII characters 32 to 127 (0–9, A–Z, a–z), special characters, and FNC 1 (code that is used for special purposes). |
Charset |
Includes ASCII digit strings (00-99) and FNC 1 (code that is used for special purposes). |
Charset |
Uses A, B and C character sets and switches between them automatically according to bar code text. |
See Also