ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.5.2 Assembly / C1.Win.C1FlexGrid Namespace / PrintDocumentGridRenderer Class / PrintPage Method / PrintPage(PrintPageEventArgs,Int32) Method
System.Drawing.Printing.PrintPageEventArgs that provides parameters for rendering the page.
Index of the page to print.

In This Topic
    PrintPage(PrintPageEventArgs,Int32) Method
    In This Topic
    Renders a specific page into the document.
    Syntax
    'Declaration
     
    Public Overloads Sub PrintPage( _
       ByVal e As PrintPageEventArgs, _
       ByVal pageIndex As Integer _
    ) 
    public void PrintPage( 
       PrintPageEventArgs e,
       int pageIndex
    )

    Parameters

    e
    System.Drawing.Printing.PrintPageEventArgs that provides parameters for rendering the page.
    pageIndex
    Index of the page to print.
    Remarks
    This method is used to render specific ranges of pages within the document.
    See Also