Gets or sets the additional text to show in the barcode image e.g. 'Product ID'. Note: This is not the value to encode. Default value is an empty string.
            
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
 Syntax
Syntax
| C# | 
|---|
| public string Text { get; set; } | 
| Visual Basic | 
|---|
| Public Property Text As String
	Get
	Set | 
| Visual C++ | 
|---|
| public:
property String^ Text {
	String^ get ();
	void set (String^ value);
} | 
Property Value
Type: 
String See Also
See Also