Custom text which will be rendered instead of Number.

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

Syntax

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

Implements

IBaseBarcode..::.CustomText

See Also