ShowText Property (RenderBarCode)
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
public bool ShowText {get; set;}
See Also