'Declaration
Public Overloads Sub RenderPage( _ ByVal pageNumber As Integer, _ ByVal g As Graphics, _ ByVal x As Double, _ ByVal y As Double _ )
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.