LineInfo
LineType Property
|
Gets width of the line text.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public LineType LineType { get; }
Public ReadOnly Property LineType As LineType
Get
public:
property LineType LineType {
LineType get ();
}
member LineType : LineType with get
Property Value
Type:
LineType
See Also