Gets width of the line text.

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 Width { get; }
Public ReadOnly Property Width As Single
	Get
public:
property float Width {
	float get ();
}
member Width : float32 with get

Property Value

Single

See Also