Back to Devexpress

TdxBarCode39ExtendedSymbology Class

vcl-dxbarcodeutils-dot-tdxbarcode39extendedsymbology.md

latest1.6 KB
Original Source

TdxBarCode39ExtendedSymbology Class

The Code 39 Extended barcode symbology class.

Declaration

delphi
TdxBarCode39ExtendedSymbology = class(
    TdxBarCode39Symbology
)

Remarks

Unlike the Code 39 symbology, the extended version supports all ASCII 128 characters by using double character encoding.

This class does not introduce any new public members.

To enable the extended Code 39 generation mode, assign the TdxBarCode39ExtendedSymbology class name to the Properties.BarCodeSymbologyClassName property provided by the unbound and data-aware barcode controls.

The dxBarCode39LeftQuietZoneSize and dxBarCode39RightQuietZoneSize global constant values determine the extended Code 39’s left and right quiet zone sizes, respectively.

Inheritance

TObject TPersistent TdxCustomBarCodeSymbology TdxBarCodeITFTypeSymbology TdxBarCode39Symbology TdxBarCode39ExtendedSymbology

See Also

TdxBarCode39ExtendedSymbology Members

dxBarCodeUtils Unit