ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotPrintDocument Class / OnPrintPage Method
System.Drawing.Printing.PrintPageEventArgs that contains the event data.

In This Topic
    OnPrintPage Method (C1FlexPivotPrintDocument)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub OnPrintPage( _
       ByVal e As PrintPageEventArgs _
    ) 
    protected override void OnPrintPage( 
       PrintPageEventArgs e
    )

    Parameters

    e
    System.Drawing.Printing.PrintPageEventArgs that contains the event data.
    See Also