Creates a new instance of the Document
public DocumentTarget(string targetName);
public DocumentTarget(string targetName, int position);
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. |