Description
Creates and returns a Hyperlink at the beginning of this Element. This hyperlink will have the specified url and displayed text.
C#
public virtual Hyperlink InsertHyperlinkAfter(System.String url, System.String display) |
vb.net
Public Overridable Function InsertHyperlinkAfter( ByVal url As String , ByVal display As String ) As Hyperlink |
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