PdfFontBase
Underline Property
|
Gets a value indicating whether thisis underline.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool Underline { get; }
Public ReadOnly Property Underline As Boolean
Get
public:
property bool Underline {
bool get ();
}
member Underline : bool with get
Property Value
Type:
Boolean
true
if underline; otherwise,
false
.
See Also