Gets or sets the additional text to show in the barcode image e.g.: Product ID. Note: This is not the value to encode nor the Human Readable Text.
Namespace: Neodynamic.SDK.BarcodeAssembly: Neodynamic.SDK.Barcode (in Neodynamic.SDK.Barcode.dll) Version: 4.0.2000.0 (4.0.2000.0)
public string Text { get; set; }
public string Text { get; set; }
Public Property Text As String
Get
Set
Public Property Text As String
Get
Set
public:
property String^ Text {
String^ get ();
void set (String^ value);
}
public:
property String^ Text {
String^ get ();
void set (String^ value);
}
member Text : string with get, set
member Text : string with get, set
Property Value
Type:
String