FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / FlexPaginator Class / FlexPaginator Constructor
The C1FlexGrid instance.
The size of the page.
The List of the printed pages.

In This Topic
    FlexPaginator Constructor
    In This Topic
    Instantiate a new instance of the FlexPaginator.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal flex As C1FlexGrid, _
       ByVal pageSize As Size, _
       ByVal pages As List(Of FrameworkElement), _
       ByVal printParameters As PrintParameters _
    )

    Parameters

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