ComponentOne BarCode for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1BarCode Namespace / C1BarCode Class / ShowText Property

In This Topic
    ShowText Property
    In This Topic
    BarCode Property: Gets or sets whether the value of the Text property should be displayed aloong with the barcode image.
    Syntax
    'Declaration
     
    Public Property ShowText As System.Boolean
    public System.bool ShowText {get; set;}
    Remarks
    By default, the control will show only the barcode image. Set this property to true will display the Text property.
    See Also