FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / CreatePrintPaginator Method
The available size of the page.
The collection of the printed pages.

In This Topic
    CreatePrintPaginator Method (C1FlexGrid)
    In This Topic
    Factory method to create printing paginator.
    Syntax
    'Declaration
     
    Public Overridable Function CreatePrintPaginator( _
       ByVal pageSize As Size, _
       ByVal pages As List(Of FrameworkElement), _
       ByVal printParameters As PrintParameters, _
       ByVal colBreaks As List(Of Integer), _
       ByVal rowBreaks As List(Of Integer), _
       ByVal zoom As Double _
    ) As DocumentPaginator
    public virtual DocumentPaginator CreatePrintPaginator( 
       Size pageSize,
       List<FrameworkElement> pages,
       PrintParameters printParameters,
       List<int> colBreaks,
       List<int> rowBreaks,
       double zoom
    )

    Parameters

    pageSize
    The available size of the page.
    pages
    The collection of the printed pages.
    printParameters
    colBreaks
    rowBreaks
    zoom
    See Also