Custom text which will be rendered instead of Number.

Namespace: Limilabs.Windows
Assembly: Barcode (in Barcode.dll) Version: 2.0.0.20

Syntax

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

See Also