Namespace: BitMiracle.Docotic.Pdf.Layout
public TextSpan Hyperlink( string text, Uri url )
Public Function Hyperlink ( text As String, url As Uri ) As TextSpan
Exception | Condition |
---|---|
ArgumentNullException | text or url is null. |
The library automatically applies Hyperlink style to hyperlinks.
This method does not complete the current paragraph. I.e., a next text chunk will be placed in the same paragraph.