FlexGrid for WinForms
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 _
) 
'Usage
 
Dim instance As PrintDocumentGridRenderer
Dim e As PrintPageEventArgs
 
instance.Setup(e)
public void Setup( 
   PrintPageEventArgs e
)
public:
void Setup( 
   PrintPageEventArgs^ e
) 

Parameters

e
System.Drawing.Printing.PrintPageEventArgs that contains the page information.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PrintDocumentGridRenderer Class
PrintDocumentGridRenderer Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback