C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderBarCode Class / ShowText Property

In This Topic
ShowText Property
In This Topic
Gets or sets a value indicating whether the string represending the Text property should be displayed along with the barcode image.
Syntax
'Declaration
 
Public Property ShowText As Boolean
 
Remarks
By default, the object will show only the barcode image. To include a textual representation of the value in the Text property, set this property to true.
See Also