FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid 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