[]
        
(Showing Draft Content)

C1.Win.BarCode.C1BarCode.Text

Text Property

Text

Gets or sets the value that is encoded as a barcode image.

Declaration
public override string Text { get; set; }
Overrides
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.