The C1AnchorInfo type exposes the following members.

Constructors

  Name Description
Public method C1AnchorInfo(C1Anchor, DocumentLocation)
Initializes a new instance of the C1AnchorInfo class.
Public method C1AnchorInfo(C1Anchor, C1Page, RectangleD)
Initializes a new instance of the C1AnchorInfo class.
Public method C1AnchorInfo(C1Anchor, Int32, PointD)
Initializes a new instance of the C1AnchorInfo class.

Properties

  Name Description
Public property Anchor
Gets the C1Anchor associated with the current object.
Public property DocumentLocation
Gets DocumentLocation object defining position of anchor in document.
Public property PageIndex
Gets the 0-based index of the page containing the anchor.
Public property Point
Gets the position of the anchor on page.

See Also