Initializes a new instance of the DocumentLink class.

DocumentLink(String, DocumentTarget)

public DocumentLink(string text, DocumentTarget documentTarget);
Public Sub New(ByVal text As String, ByVal documentTarget As DocumentTarget)

Parameters

Parameter Description
text Specifies the visible text of the link.
documentTarget Specifies an object of the type DocumentTarget specifying to where the link points.