Creates a new instance of the DocumentTarget class.

DocumentTarget(String)

public DocumentTarget(string targetName);
Public Sub New(ByVal targetName As String)

DocumentTarget(String, Int)

public DocumentTarget(string targetName, int position);
Public Sub New(ByVal targetName As String, ByVal position As Integer)

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.