Skip to main content

TdxCustomBarCodeProperties.Symbology Property

Provides access to the active barcode symbology settings.

Declaration

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 Type Barcode Symbology Class Example
EAN 8 TdxBarCodeEAN8Symbology
EAN 13 TdxBarCodeEAN13Symbology
Code 11 TdxBarCode11Symbology
Code 39 TdxBarCode39Symbology
Code 39 Extended TdxBarCode39ExtendedSymbology
Code 93 TdxBarCode93Symbology
Code 93 Extended TdxBarCode93ExtendedSymbology
Code 128 TdxBarCode128Symbology
Code MSI TdxBarCodeMSISymbology
Interleaved2Of5 TdxBarCodeInterleaved2Of5Symbology
QR Code TdxBarCodeQRCodeSymbology
UPCE TdxBarCodeUPCESymbology
UPCA TdxBarCodeUPCASymbology

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

See Also