Barcode height in pixels.

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

Syntax

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

See Also