[]
        
(Showing Draft Content)

C1.WPF.Grid.GridPaginator.-ctor

GridPaginator Constructor

GridPaginator(FlexGrid, Size, List<FrameworkElement>, GridPrintParameters)

Instantiate a new instance of the GridPaginator.

Declaration
public GridPaginator(FlexGrid flex, Size pageSize, List<FrameworkElement> pages, GridPrintParameters printParameters)
Parameters
Type Name Description
FlexGrid flex

The C1FlexGrid instance.

Size pageSize

The size of the page.

List<FrameworkElement> pages

The List of the printed pages.

GridPrintParameters printParameters

The PrintParameters used for printing.