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

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

Syntax

C#
public float FontHeight { get; set; }
Visual Basic
Public Property FontHeight As Single
	Get
	Set
Visual C++
public:
property float FontHeight {
	float get ();
	void set (float value);
}

See Also