[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.FlexSheetPaginator.-ctor

FlexSheetPaginator Constructor

FlexSheetPaginator(C1FlexSheet, Size, List<FrameworkElement>, PrintParameters, List<int>, List<int>, double)

Instantiate a new instance of the FlexSheetPaginator.

Declaration
public FlexSheetPaginator(C1FlexSheet sheets, Size pageSize, List<FrameworkElement> pages, PrintParameters p, List<int> colBreaks, List<int> rowBreaks, double zoom)
Parameters
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.