ComponentOne BarCode for WinForms
C1.Win.Barcode.4.5.2 Assembly / C1.Win.BarCode 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 Overrides Property Text As System.String
    public override 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.

    If you use characters that are invalid for the current encoding, the control will display a blank image.

    See Also