[]
Instantiate a new instance of the FlexSheetPaginator.
public FlexSheetPaginator(C1FlexSheet sheets, Size pageSize, List<FrameworkElement> pages, PrintParameters p, List<int> colBreaks, List<int> rowBreaks, double zoom)
Type | Name | Description |
---|---|---|
C1FlexSheet | sheets | The C1FlexSheet instance. |
Size | pageSize | The size of the page. |
List<FrameworkElement> | pages | The List of the printed pages. |
PrintParameters | p | The PrintParameters used for printing. |
List<int> | colBreaks | The collection of column breaks. |
List<int> | rowBreaks | The collection of row breaks. |
double | zoom | The zoom parameter. |