FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / PrintDocumentGridRenderer Class / PrintPage Method / PrintPage(PrintPageEventArgs,Boolean) Method
System.Drawing.Printing.PrintPageEventArgs that provides parameters for rendering the page.
Printing in preview window.

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

    Parameters

    e
    System.Drawing.Printing.PrintPageEventArgs that provides parameters for rendering the page.
    isPreview
    Printing in preview window.
    See Also