TdxCustomBarCode.Text Property
Specifies the source text for encoding.
Declaration
property Text: string read; write;
Property Value
Type |
---|
string |
Remarks
Different barcode types and their symbology settings impose different limitations on the encoded text. The requirements for the encoded text are listed in the corresponding barcode symbology class descriptions.
To display the encoded text along with the resulting barcode, set the barcode control’s Properties.ShowText property to True
.
Note
In the case of the EAN8, EAN13, UPC-E, and UPC-A symbologies, the encoded text size is determined by the respective barcode standard, and therefore cannot be customized by using the Style.Font.Size property.
See Also