[]
        
(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)
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