ComponentOne BarCode for WinForms
Text Property (C1BarCode)

C1.Win.BarCode.4 Assembly > C1.Win.BarCode Namespace > C1BarCode Class : Text Property
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

Reference

C1BarCode Class
C1BarCode Members