Custom text which will be rendered instead of Number.

Namespace:  Lesnikowski.Barcode
Assembly:  Barcode (in Barcode.dll) Version: 1.0.5.40002

Syntax

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

See Also