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