Property Hyperlink
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
Hyperlink
Gets or sets the text style for hyperlinks.
public TextStyle Hyperlink { get; set; }
Property Value
- TextStyle
The text style for hyperlinks.
Remarks
Default value: Parent with RGB(0, 0, 238) color and underlining.
The library automatically applies a combination of this and other text styles to Hyperlink(string, Uri) elements. These are the parts of the combination in the order the library combines them:
- Text defaults
- The Document style
- Styles applied by a call to one of the TextStyle methods
- This (Hyperlink) style
Each next part of the combination can replace properties from already combined parts.
Exceptions
- ArgumentNullException
The value is
null
.- ArgumentException
The value or its fallback belongs to a different Document.