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

Property Value

LineType

See Also