FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridPaginator Class / GridPaginator Constructor
The C1FlexGrid instance.
The size of the page.
The List of the printed pages.
The PrintParameters used for printing.

In This Topic
    GridPaginator Constructor
    In This Topic
    Instantiate a new instance of the GridPaginator.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal flex As FlexGrid, _
       ByVal pageSize As Size, _
       ByVal pages As List(Of FrameworkElement), _
       ByVal printParameters As GridPrintParameters _
    )
    public GridPaginator( 
       FlexGrid flex,
       Size pageSize,
       List<FrameworkElement> pages,
       GridPrintParameters printParameters
    )

    Parameters

    flex
    The C1FlexGrid instance.
    pageSize
    The size of the page.
    pages
    The List of the printed pages.
    printParameters
    The PrintParameters used for printing.
    See Also