The C1AnchorInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
C1AnchorInfo(C1Anchor, DocumentLocation) |
Initializes a new instance of the C1AnchorInfo class.
|
|
C1AnchorInfo(C1Anchor, C1Page, RectangleD) |
Initializes a new instance of the C1AnchorInfo class.
|
|
C1AnchorInfo(C1Anchor, Int32, PointD) |
Initializes a new instance of the C1AnchorInfo class.
|
Properties
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.
|