Creates a new instance of the Document
public DocumentTarget(string targetName);Public Sub New(ByVal targetName As String)public DocumentTarget(string targetName, int position);Public Sub New(ByVal targetName As String, ByVal position As Integer)| Parameter | Description |
|---|---|
| target |
Specifies the name of the target. |
| position | Specifies the one-based character position where to insert the target. The target's position is at the left edge of this charcter. |