C1.C1Preview Namespace > C1PrintDocument Class : AddAnchor Method |
Overload | Description |
---|---|
AddAnchor(String,String,Object) | Adds an anchor (C1Anchor or C1AnchorText) at the current position in the document. Can be used only if C1PrintDocument.IsStartEndDocMode is true. |
AddAnchor(String,String) | 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. |
AddAnchor(String) | 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 two parameters (description and user data) specified as null values. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2