'Declaration
Public Function New( _ ByVal sheets As C1FlexSheet, _ ByVal pageSize As Size, _ ByVal pages As List(Of FrameworkElement), _ ByVal p As PrintParameters, _ ByVal colBreaks As List(Of Integer), _ ByVal rowBreaks As List(Of Integer), _ ByVal zoom As Double _ )
public FlexSheetPaginator( C1FlexSheet sheets, Size pageSize, List<FrameworkElement> pages, PrintParameters p, List<int> colBreaks, List<int> rowBreaks, double zoom )
Parameters
- sheets
- The C1FlexSheet instance.
- pageSize
- The size of the page.
- pages
- The List of the printed pages.
- p
- The PrintParameters used for printing.
- colBreaks
- The collection of column breaks.
- rowBreaks
- The collection of row breaks.
- zoom
- The zoom parameter.