[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.FlexPaginator.-ctor

FlexPaginator Constructor

FlexPaginator(C1FlexGrid, Size, List<FrameworkElement>, PrintParameters)

Instantiate a new instance of the FlexPaginator.

Declaration
public FlexPaginator(C1FlexGrid flex, Size pageSize, List<FrameworkElement> pages, PrintParameters printParameters)
Public Sub New(flex As C1FlexGrid, pageSize As Size, pages As List(Of FrameworkElement), printParameters As PrintParameters)
Parameters
Type Name Description
C1FlexGrid flex

The C1FlexGrid instance.

Size pageSize

The size of the page.

List<FrameworkElement> pages

The List of the printed pages.

PrintParameters printParameters