AddAnchor(String,String,Object) Method
In This Topic
Adds an anchor (
C1.C1Preview.C1Anchor or
C1.C1Preview.C1AnchorText) at the current position in the document. Can be used only if
C1.C1Preview.C1PrintDocument.IsStartEndDocMode is
true.
Syntax
Parameters
- name
- A string assigned to the C1.C1Preview.C1Anchor.Name of the anchor.
- description
- A string assigned to the C1.C1Preview.C1Anchor.Description of the anchor.
- userData
- Arbitrary data assigned to the C1.C1Preview.C1Anchor.UserData of the anchor.
See Also