
Inserts a new target at the current input position.
[C#]
public bool Add(DocumentTarget documentTarget);
[Visual Basic]
public bool Add(DocumentTarget documentTarget);
| Parameter | Description | |
| documentTarget | Specifies the document target to add. |
The return value is true, if the document target could be added. Otherwise it is false.