[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.C1FlexGrid.CreatePrintPaginator

CreatePrintPaginator Method

CreatePrintPaginator(Size, List<FrameworkElement>, PrintParameters, List<int>, List<int>, double)

Factory method to create printing paginator.

Declaration
public virtual DocumentPaginator CreatePrintPaginator(Size pageSize, List<FrameworkElement> pages, PrintParameters printParameters, List<int> colBreaks, List<int> rowBreaks, double zoom)
Public Overridable Function CreatePrintPaginator(pageSize As Size, pages As List(Of FrameworkElement), printParameters As PrintParameters, colBreaks As List(Of Integer), rowBreaks As List(Of Integer), zoom As Double) As DocumentPaginator
Parameters
Type Name Description
Size pageSize

The available size of the page.

List<FrameworkElement> pages

The collection of the printed pages.

PrintParameters printParameters
List<int> colBreaks
List<int> rowBreaks
double zoom
Returns
Type Description
DocumentPaginator
Implements