[]
Initializes a new instance of the C1AnchorInfo class.
public C1AnchorInfo(C1Anchor anchor, DocumentLocation documentLocation)
| Type | Name | Description |
|---|---|---|
| C1Anchor | anchor | The anchor associated with the current instance. |
| DocumentLocation | documentLocation | DocumentLocation object defining abchor's position. |
Initializes a new instance of the C1AnchorInfo class.
public C1AnchorInfo(C1Anchor anchor, int pageIndex, PointD point)
| Type | Name | Description |
|---|---|---|
| C1Anchor | anchor | The anchor associated with the current instance. |
| int | pageIndex | The 0-based page index. |
| PointD | point | The point on the page. |
Initializes a new instance of the C1AnchorInfo class.
public C1AnchorInfo(C1Anchor anchor, C1Page page, RectangleD boundsOnPage)
| Type | Name | Description |
|---|---|---|
| C1Anchor | anchor | The anchor associated with the current instance. |
| C1Page | page | C1Page object where anchor is. |
| RectangleD | boundsOnPage | The bounds on the page. |