Fraction of Height which will be reserved for text label. Between 0 and 1.0. Default is 0.15

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

Syntax

C#
double FontHeight{ get; set;}
Visual Basic (Declaration)
Property FontHeight As Double
Visual C++
property double FontHeight {
	double get ();
	void set (double value);
}

See Also