[]
Factory method to create printing paginator.
DocumentPaginator CreatePrintPaginator(Size pageSize, List<FrameworkElement> pages, GridPrintParameters printParameters, List<int> colBreaks, List<int> rowBreaks, double zoom)
| 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 |