[]
Instantiate a new instance of the GridPaginator.
public GridPaginator(FlexGrid flex, Size pageSize, List<FrameworkElement> pages, GridPrintParameters printParameters)
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. |