ClearImage .NET API
Text Property (Barcode)





Inlite.ClearImageNet Namespace > Barcode Class : Text Property
Barcode value as text
Syntax
'Declaration
 
Public ReadOnly Property Text As System.String
'Usage
 
Dim instance As Barcode
Dim value As System.String
 
value = instance.Text
public System.string Text {get;}
public read-only property Text: System.String; 
public function get Text : System.String
public:
property System.String^ Text {
   System.String^ get();
}
See Also

Reference

Barcode Class
Barcode Members