[]
Helper class containing additional information about a C1Anchor within a document.
[C1ClassSerialization(true)]
public class C1AnchorInfo
| Name | Description |
|---|---|
| C1AnchorInfo(C1Anchor, C1Page, RectangleD) | Initializes a new instance of the C1AnchorInfo class. |
| C1AnchorInfo(C1Anchor, DocumentLocation) | Initializes a new instance of the C1AnchorInfo class. |
| C1AnchorInfo(C1Anchor, int, PointD) | Initializes a new instance of the C1AnchorInfo class. |
| Name | Description |
|---|---|
| Anchor | Gets the C1Anchor associated with the current object. |
| DocumentLocation | Gets DocumentLocation object defining position of anchor in document. |
| PageIndex | Gets the 0-based index of the page containing the anchor. |
| Point | Gets the position of the anchor on page. |