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

Namespace:  Neodynamic.Silverlight
Assembly:  Neodynamic.Silverlight.Barcode (in Neodynamic.Silverlight.Barcode.dll) Version: 1.0.0.0 (1.0.40.0)

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