[]
Factory method to create printing paginator.
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
| 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 |
| Type | Description |
|---|---|
| DocumentPaginator |