ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1BarCode Namespace / C1BarCode Class / Text Property

In This Topic
    Text Property (C1BarCode)
    In This Topic
    Gets or sets the value that is encoded as a barcode image.
    Syntax
    'Declaration
     
    Public Property Text As System.String
    public System.string Text {get; set;}
    Remarks

    Some encodings support alpha-numeric values of any length. Others are limited to numeric values or to a specific set of characters.

    See the CodeType enumeration for details.
    See Also