
Initializes a new instance of the DocumentLink class.
[C#]
public DocumentLink(string text, DocumentTarget documentTarget);
[Visual Basic]
Public Sub New(ByVal text As String, ByVal documentTarget As DocumentTarget)
| Parameter | Description | |
| text | Specifies the visible text of the link. | |
| documentTarget | Specifies an object of the type DocumentTarget specifying to where the link points. |