Gets or sets the Human Readable Text to be displayed instead of the value to encode specified in the Code property.

Namespace:  Neodynamic.WinControls.BarcodeProfessional
Assembly:  Neodynamic.WinControls.BarcodeProfessional (in Neodynamic.WinControls.BarcodeProfessional.dll) Version: 6.0.2000.0 (6.0.2000.1)

Syntax

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

See Also