Gets the height of the line.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public float LineHeight { get; }
Public ReadOnly Property LineHeight As Single
	Get
public:
property float LineHeight {
	float get ();
}
member LineHeight : float32 with get

Property Value

Single

See Also