Barcode height in pixels.

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

Syntax

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

Implements

IBaseBarcode..::.Height

See Also