TdxBarCode128CharacterSet Enum
Enumerates character sets available for generating the Code 128 barcodes.
#Declaration
TdxBarCode128CharacterSet = (
csAuto,
csA,
csB,
csC
);
#Members
Name |
---|
cs
|
cs
|
cs
|
cs
|
#Remarks
Options include:
Value | Description |
---|---|
cs |
The character set is chosen automatically according to the specified source text. |
cs |
The “A” character set is used for encoding a source text to a barcode. |
cs |
The “B” character set is used for encoding a source text to a barcode. |
cs |
The “C” character set is used for encoding a source text to a barcode. |
The TdxBarCode128CharacterSet type is referenced by the CharacterSet property provided by the TdxBarCode128Symbology class.