Description
Creates and returns a Hyperlink at the beginning of this Element. This hyperlink will have the specified url and displayed text.
C#
vb.net
Parameters
url
AString
representing the url to link to.
display
AString
representing the text that will displayed in the document for this hyperlink.
Returns
AHyperlink
object representing the newly created hyperlink.
Exceptions
System.Exception
Examples
C#
vb.net