Back to Devexpress

TdxCustomBarCodeProperties.Symbology Property

vcl-dxbarcode-dot-tdxcustombarcodeproperties.md

latest3.1 KB
Original Source

TdxCustomBarCodeProperties.Symbology Property

Provides access to the active barcode symbology settings.

Declaration

delphi
property Symbology: TdxCustomBarCodeSymbology read; write;

Property Value

Type
TdxCustomBarCodeSymbology

Remarks

You can use this property to customize the barcode type-specific settings (if present). For detailed information, refer to the descriptions of particular barcode symbology classes:

Barcode TypeBarcode Symbology ClassExample
EAN 8TdxBarCodeEAN8Symbology
EAN 13TdxBarCodeEAN13Symbology
Code 11TdxBarCode11Symbology
Code 39TdxBarCode39Symbology
Code 39 ExtendedTdxBarCode39ExtendedSymbology
Code 93TdxBarCode93Symbology
Code 93 ExtendedTdxBarCode93ExtendedSymbology
Code 128TdxBarCode128Symbology
Code MSITdxBarCodeMSISymbology
Interleaved2Of5TdxBarCodeInterleaved2Of5Symbology
QR CodeTdxBarCodeQRCodeSymbology
UPCETdxBarCodeUPCESymbology
UPCATdxBarCodeUPCASymbology

To change the barcode type, use the BarCodeSymbologyClass or BarCodeSymbologyClassName property.

See Also

TdxCustomBarCodeProperties Class

TdxCustomBarCodeProperties Members

dxBarCode Unit