[]
        
(Showing Draft Content)

C1.C1Preview.C1AnchorInfo.-ctor

C1AnchorInfo Constructor

C1AnchorInfo(C1Anchor, DocumentLocation)

Initializes a new instance of the C1AnchorInfo class.

Declaration
public C1AnchorInfo(C1Anchor anchor, DocumentLocation documentLocation)
Parameters
Type Name Description
C1Anchor anchor

The anchor associated with the current instance.

DocumentLocation documentLocation

DocumentLocation object defining abchor's position.

C1AnchorInfo(C1Anchor, int, PointD)

Initializes a new instance of the C1AnchorInfo class.

Declaration
public C1AnchorInfo(C1Anchor anchor, int pageIndex, PointD point)
Parameters
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.

C1AnchorInfo(C1Anchor, C1Page, RectangleD)

Initializes a new instance of the C1AnchorInfo class.

Declaration
public C1AnchorInfo(C1Anchor anchor, C1Page page, RectangleD boundsOnPage)
Parameters
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.