ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / PrintDocumentGridRenderer Class / Setup Method
System.Drawing.Printing.PrintPageEventArgs that contains the page information.

In This Topic
    Setup Method (PrintDocumentGridRenderer)
    In This Topic
    Calculates the zoom factor and page breaks in the document.
    Syntax
    'Declaration
     
    Public Sub Setup( _
       ByVal e As PrintPageEventArgs _
    ) 
    public void Setup( 
       PrintPageEventArgs e
    )

    Parameters

    e
    System.Drawing.Printing.PrintPageEventArgs that contains the page information.
    See Also