TdxCustomBarCode.Properties Property
Specifies the barcode control’s settings.
Declaration
property Properties: TdxBarCodeProperties read; write;
Property Value
Type |
---|
TdxBarCodeProperties |
Remarks
You can use this property to specify both the type and appearance of the generated barcode. For instance, the Properties.Symbology property allows you to specify the barcode type. For the full list of available options, refer to the TdxBarCodeProperties class description.
See Also