PdfFontUnderline Property |
Gets or sets a value indicating whether text is underlined in the parent
PdfObject.
Namespace:
RadPdf.Data.Document.Common
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public bool Underline { get; set; }
Public Property Underline As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
Properties of a font object with
IsLocked set can not be changed.
PdfField objects do not support underlined text and will ignore this property.
See Also