Property: ShowText

ShowText bool

TRUE: The barcode has a human readable text.
FALSE: The barcode is displayed without the human readable text.

Examples:
TRUE
ShowText=TRUE
FALSE
ShowText=FALSE

Please note that some barcode types have no human readable text. This applies to QR Code, PDF417 and DataMatrix. The ShowText property has no effect, when using one of these codes.

Code examples

Visual Basic:
AxBarcode1.ShowText = True
Delphi:
Barcode1.ShowText := TRUE;
C#:
axBarcode1.ShowText = true;
VBA (Office):
Barcode1.ShowText = True
Methods:


Properties:


Events: