True if text should be visible in rendered barcode.

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

Syntax

C#
public bool IsNumberVisible { get; set; }
Visual Basic
Public Property IsNumberVisible As Boolean
	Get
	Set
Visual C++
public:
property bool IsNumberVisible {
	bool get ();
	void set (bool value);
}

See Also