ComponentOne FlexGrid for WinForms
Setup(PrintPageEventArgs) Method

C1.Win.C1FlexGrid Namespace > PrintDocumentGridRenderer Class : Setup(PrintPageEventArgs) Method
System.Drawing.Printing.PrintPageEventArgs that contains the page information.
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

Reference

PrintDocumentGridRenderer Class
PrintDocumentGridRenderer Members