Creates a new instance of the DocumentTarget class.

DocumentTarget(String)

public DocumentTarget(string targetName);

DocumentTarget(String, Int)

public DocumentTarget(string targetName, int position);

Parameters

Parameter Description
targetName 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.