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

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

Syntax

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

See Also