'Declaration
Public Overloads Sub RenderPage( _ ByVal pageNumber As Integer, _ ByVal g As Graphics, _ ByVal x As Double, _ ByVal y As Double, _ ByVal printContent As PDFPrintContent _ )
'Usage
Dim instance As PDFFile Dim pageNumber As Integer Dim g As Graphics Dim x As Double Dim y As Double Dim printContent As PDFPrintContent instance.RenderPage(pageNumber, g, x, y, printContent)
public void RenderPage( int pageNumber, Graphics g, double x, double y, PDFPrintContent printContent )
public: void RenderPage( int pageNumber, Graphics* g, double x, double y, PDFPrintContent printContent )
public: void RenderPage( int pageNumber, Graphics^ g, double x, double y, PDFPrintContent printContent )
Parameters
- pageNumber
- The number of the page to render.
- 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
- The page content to be rendered.