Property: DisplayText
Specifies whether to display the human readable text and what will display as the human readable text.
Syntax:
type
TDisplayText = (dtNone, dtBarcode, dtFullEncoded);
property DisplayText: TDisplayText;
Description:
Specifies whether to display the human readable text and what will display as the human readable text. This property can be one of these values:
- dtNone: Don't display the human readable text.
- dtBarcode: Display the barcode text that is specified by the Barcode property.
- dtFullEncoded: Display the barcode text that is specified by the Barcode property, and the check digit that's automatically appended to the barcode symbol.
Contents
Copyright © 2001-2012
Han-soft Corporation. All rights reserved.