PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1AnchorInfo Class / C1AnchorInfo Constructor / C1AnchorInfo Constructor(C1Anchor,Int32,PointD)
The anchor associated with the current instance.
The 0-based page index.
The point on the page.

In This Topic
    C1AnchorInfo Constructor(C1Anchor,Int32,PointD)
    In This Topic
    Initializes a new instance of the C1AnchorInfo class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal anchor As C1Anchor, _
       ByVal pageIndex As Integer, _
       ByVal point As PointD _
    )
    public C1AnchorInfo( 
       C1Anchor anchor,
       int pageIndex,
       PointD point
    )

    Parameters

    anchor
    The anchor associated with the current instance.
    pageIndex
    The 0-based page index.
    point
    The point on the page.
    See Also