Click or drag to resize

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; }

Property Value

Type: Boolean
true if underline; otherwise, false .
See Also