Width of the narrow bar in rendered barcode in pixels.

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

Syntax

C#
public int NarrowBarWidth { get; set; }
Visual Basic
Public Property NarrowBarWidth As Integer
	Get
	Set
Visual C++
public:
property int NarrowBarWidth {
	int get ();
	void set (int value);
}

See Also