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