TdxBarCode128Symbology.CharacterSet Property
Specifies the character set type used interpretation and encoding of the source text.
Declaration
property CharacterSet: TdxBarCode128CharacterSet read; write;
Property Value
Type |
---|
TdxBarCode128CharacterSet |
Remarks
If the characters in the Text property value are not present in the current character set, the barcode control displays an error message.
To avoid such errors, set the CharacterSet
property to csAuto
. In this case, the source text string is encoded using all three supported character sets. For additional information, refer to the TdxBarCode128CharacterSet type description.
See Also