[]
        
(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)
Public Sub New(anchor As C1Anchor, documentLocation As 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)
Public Sub New(anchor As C1Anchor, pageIndex As Integer, point As PointD)
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)
Public Sub New(anchor As C1Anchor, page As C1Page, boundsOnPage As RectangleD)
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.