[]
        
(Showing Draft Content)

C1.WPF.Grid.FlexGrid.CreatePrintPaginator

CreatePrintPaginator Method

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

Factory method to create printing paginator.

Declaration
public virtual DocumentPaginator CreatePrintPaginator(Size pageSize, List<FrameworkElement> pages, GridPrintParameters printParameters, List<int> colBreaks, List<int> rowBreaks, double zoom)
Public Overridable Function CreatePrintPaginator(pageSize As Size, pages As List(Of FrameworkElement), printParameters As GridPrintParameters, 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.

GridPrintParameters printParameters

The GridPrintParameters object

List<int> colBreaks

A list of column breaks

List<int> rowBreaks

A list of row breaks

double zoom

The zoom factor

Returns
Type Description
DocumentPaginator
Implements