IntelligentMailPackageGenerator.CharacterSet Property
In This Article
This property is not in effect for the IntelligentMailPackageGenerator class.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[Browsable(false)]
public override Code128Charset CharacterSet { get; set; }
#Property Value
Type |
---|
Code128Charset |
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