PDFView4NET WinForms Edition
Render(Graphics,Double,Double,PDFPrintContent) Method




O2S.Components.PDFView4NET Namespace > PDFPage Class > Render Method : Render(Graphics,Double,Double,PDFPrintContent) Method
The drawing surface.
The X coordinate of the top left corner of the page.
The Y coordinate of the top left corner of the page.
Renders the page on a graphics surface.
Syntax
'Declaration
 
Public Overloads Sub Render( _
   ByVal g As Graphics, _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal printContent As PDFPrintContent _
) 
'Usage
 
Dim instance As PDFPage
Dim g As Graphics
Dim x As Double
Dim y As Double
Dim printContent As PDFPrintContent
 
instance.Render(g, x, y, printContent)
public void Render( 
   Graphics g,
   double x,
   double y,
   PDFPrintContent printContent
)
public: void Render( 
   Graphics* g,
   double x,
   double y,
   PDFPrintContent printContent
) 
public:
void Render( 
   Graphics^ g,
   double x,
   double y,
   PDFPrintContent printContent
) 

Parameters

g
The drawing surface.
x
The X coordinate of the top left corner of the page.
y
The Y coordinate of the top left corner of the page.
printContent
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

PDFPage Class
PDFPage Members
Overload List