vcl-dxbarcode-dot-tdxcustombarcodeproperties.md
Provides access to the active barcode symbology settings.
property Symbology: TdxCustomBarCodeSymbology read; write;
| Type |
|---|
| TdxCustomBarCodeSymbology |
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
TdxCustomBarCodeProperties Class