Width of the narrow bar in rendered barcode in pixels.

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

Syntax

C#
int NarrowBarWidth{ get; set;}
Visual Basic (Declaration)
Property NarrowBarWidth As Integer
Visual C++
property int NarrowBarWidth {
	int get ();
	void set (int value);
}

See Also