Barcode height in pixels.

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

Syntax

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

See Also