Gets or sets the Human Readable Text to be displayed instead of the value to encode specified in the Code property. Default value is an empty string

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 5.0.3500.0 (5.0.3500.4)

Syntax

C#
public string HumanReadableText { get; set; }
Visual Basic
Public Property HumanReadableText As String
	Get
	Set
Visual C++
public:
property String^ HumanReadableText {
	String^ get ();
	void set (String^ value);
}

See Also