In This Topic
Adds an anchor (
C1Anchor or
C1AnchorText) at the current position in the document. Can be used only if
IsStartEndDocMode is
true.
This method is equivalent to AddAnchor(String,String,Object) with the last two parameters (description and user data) specified as null values.
Syntax
'Declaration
Public Overloads Sub AddAnchor( _
ByVal As String _
)
public void AddAnchor(
string
)
Parameters
- name
- A string assigned to the Name of the anchor.
See Also