[]
        
(Showing Draft Content)

C1.WPF.Grid.GridPaginator.-ctor

GridPaginator Constructor

GridPaginator(FlexGrid, Size, List<FrameworkElement>, GridPrintParameters)

Instantiate a new instance of the GridPaginator.

Declaration
public GridPaginator(FlexGrid flex, Size pageSize, List<FrameworkElement> pages, GridPrintParameters printParameters)
Public Sub New(flex As FlexGrid, pageSize As Size, pages As List(Of FrameworkElement), printParameters As GridPrintParameters)
Parameters
Type Name Description
FlexGrid flex

The C1FlexGrid instance.

Size pageSize

The size of the page.

List<FrameworkElement> pages

The List of the printed pages.

GridPrintParameters printParameters

The PrintParameters used for printing.