Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / DocumentLocation Class / DocumentLocation Constructor / DocumentLocation Constructor(C1Page,RectangleD)
The target document page.
The target bounds on page.

In This Topic
    DocumentLocation Constructor(C1Page,RectangleD)
    In This Topic
    Initializes a new instance of the DocumentLocation class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal page As C1Page, _
       ByVal bounds As RectangleD _
    )
    public DocumentLocation( 
       C1Page page,
       RectangleD bounds
    )

    Parameters

    page
    The target document page.
    bounds
    The target bounds on page.
    See Also