Width of the narrow bar in rendered barcode in pixels.

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

Syntax

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

Implements

IBaseBarcode..::.NarrowBarWidth

See Also