Gets or sets a value indicating whether this
PdfFont is underlined.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool Underline { get; set; }
VB
Public Property Underline As Boolean
Get
Set
Property Value
Type:
Booleantrue if this
PdfFont is underlined;
otherwise,
false.
See Also