FlexGrid for WinForms
PrintPage(PrintPageEventArgs,Int32) Method



System.Drawing.Printing.PrintPageEventArgs that provides parameters for rendering the page.
Index of the page to print.
Renders a specific page into the document.
Syntax
'Declaration
 
Public Overloads Sub PrintPage( _
   ByVal e As PrintPageEventArgs, _
   ByVal pageIndex As Integer _
) 
'Usage
 
Dim instance As PrintDocumentGridRenderer
Dim e As PrintPageEventArgs
Dim pageIndex As Integer
 
instance.PrintPage(e, pageIndex)
public void PrintPage( 
   PrintPageEventArgs e,
   int pageIndex
)
public:
void PrintPage( 
   PrintPageEventArgs^ e,
   int pageIndex
) 

Parameters

e
System.Drawing.Printing.PrintPageEventArgs that provides parameters for rendering the page.
pageIndex
Index of the page to print.
Remarks
This method is used to render specific ranges of pages within the document.
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
Overload List

 

 


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

Send Feedback