PDFView4NET WinForms Edition
GetPageImage(Int32,Double,PDFPrintContent) Method




O2S.Components.PDFRender4NET Namespace > PDFFile Class > GetPageImage Method : GetPageImage(Int32,Double,PDFPrintContent) Method
The number of the page to render.
The resolution the page will be rendered at.
The page content to be rendered.
Renders a PDF page to a System.Drawing.Bitmap object.
Syntax
'Declaration
 
Public Overloads Function GetPageImage( _
   ByVal pageNumber As Integer, _
   ByVal resolution As Double, _
   ByVal printContent As PDFPrintContent _
) As Bitmap
'Usage
 
Dim instance As PDFFile
Dim pageNumber As Integer
Dim resolution As Double
Dim printContent As PDFPrintContent
Dim value As Bitmap
 
value = instance.GetPageImage(pageNumber, resolution, printContent)

Parameters

pageNumber
The number of the page to render.
resolution
The resolution the page will be rendered at.
printContent
The page content to be rendered.

Return Value

A System.Drawing.Bitmap object representing the PDF page.
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

PDFFile Class
PDFFile Members
Overload List