PDFView4NET WinForms Edition
ConvertToImage(Double,PDFRectangle) Method




O2S.Components.PDFView4NET Namespace > PDFPage Class > ConvertToImage Method : ConvertToImage(Double,PDFRectangle) Method
Resolution used for page conversion.
Area on the page to convert to image.
Converts the page to bitmap.
Syntax
'Declaration
 
Public Overloads Function ConvertToImage( _
   ByVal resolution As Double, _
   ByVal convertArea As PDFRectangle _
) As Bitmap
'Usage
 
Dim instance As PDFPage
Dim resolution As Double
Dim convertArea As PDFRectangle
Dim value As Bitmap
 
value = instance.ConvertToImage(resolution, convertArea)
public Bitmap ConvertToImage( 
   double resolution,
   PDFRectangle convertArea
)
public: Bitmap* ConvertToImage( 
   double resolution,
   PDFRectangle* convertArea
) 
public:
Bitmap^ ConvertToImage( 
   double resolution,
   PDFRectangle^ convertArea
) 

Parameters

resolution
Resolution used for page conversion.
convertArea
Area on the page to convert to image.

Return Value

The area on the page converted as image.
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