True if text should be visible in rendered barcode.

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

Syntax

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

Implements

IBaseBarcode..::.IsNumberVisible

See Also