[]
Factory method to create printing paginator.
public override DocumentPaginator CreatePrintPaginator(Size pageSize, List<FrameworkElement> pages, PrintParameters printParams, 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. |
| PrintParameters | printParams | |
| List<int> | colBreaks | |
| List<int> | rowBreaks | |
| double | zoom |
| Type | Description |
|---|---|
| DocumentPaginator |