[]
Document paginator class for WPF.
public class GridPaginator : DocumentPaginator
| Name | Description |
|---|---|
| GridPaginator(FlexGrid, Size, List<FrameworkElement>, GridPrintParameters) | Instantiate a new instance of the GridPaginator. |
| Name | Description |
|---|---|
| ContentLocation | Gets or sets content location. |
| ContentSize | Gets or sets size which is used to layout page content. |
| FlexGrid | Gets the current printed C1FlexGrid instance. |
| IsPageCountValid | |
| PageCount | |
| PageSize | |
| Pages | Gets the list of printed pages. |
| PrintParameters | Gets the printing parameters. |
| Source |
| Name | Description |
|---|---|
| GetPage(int) | Get the printed page by number. |