Back to Devexpress

TdxBarCode128CharacterSet Enum

vcl-dxbarcodeutils-dot-tdxbarcode128characterset.md

latest1013 B
Original Source

TdxBarCode128CharacterSet Enum

Enumerates character sets available for generating the Code 128 barcodes.

Declaration

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

Members

Name
csAuto
csA
csB
csC

Remarks

Options include:

ValueDescription
csAutoThe character set is chosen automatically according to the specified source text.
csAThe “A” character set is used for encoding a source text to a barcode.
csBThe “B” character set is used for encoding a source text to a barcode.
csCThe “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

dxBarCodeUtils Unit