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

In This Topic
    PrintPage(PrintPageEventArgs) Method
    In This Topic
    Renders the current page into the document.
    Syntax
    'Declaration
     
    Public Overloads Sub PrintPage( _
       ByVal e As PrintPageEventArgs _
    ) 
    public void PrintPage( 
       PrintPageEventArgs e
    )

    Parameters

    e
    System.Drawing.Printing.PrintPageEventArgs that provides parameters for rendering the page.
    See Also