Skip to main content

TdxBarCode128CharacterSet Enum

Enumerates character sets available for generating the Code 128 barcodes.

Declaration

TdxBarCode128CharacterSet = (
    csAuto,
    csA,
    csB,
    csC
);

Members

Name
csAuto
csA
csB
csC

Remarks

Options include:

Value Description
csAuto The character set is chosen automatically according to the specified source text.
csA The “A” character set is used for encoding a source text to a barcode.
csB The “B” character set is used for encoding a source text to a barcode.
csC 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.

See Also