Reports for WinForms | ComponentOne
C1.C1Report.4 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
    public bool ShowText {get; set;}
    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