Gets or sets the Human Readable Text to be displayed instead of the value to encode specified in the Code property.
Namespace: Neodynamic.SDK.BarcodeAssembly: Neodynamic.SDK.Barcode (in Neodynamic.SDK.Barcode.dll) Version: 4.0.2000.0 (4.0.2000.0)
public string HumanReadableText { get; set; }
public string HumanReadableText { get; set; }
Public Property HumanReadableText As String
Get
Set
Public Property HumanReadableText As String
Get
Set
public:
property String^ HumanReadableText {
String^ get ();
void set (String^ value);
}
public:
property String^ HumanReadableText {
String^ get ();
void set (String^ value);
}
member HumanReadableText : string with get, set
member HumanReadableText : string with get, set
Property Value
Type:
String