True if text should be visible in rendered barcode.

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

Syntax

C#
bool IsNumberVisible { get; set; }
Visual Basic (Declaration)
Property IsNumberVisible As Boolean
Visual C++
property bool IsNumberVisible {
	bool get ();
	void set (bool value);
}

See Also