PDFView4NET WinForms Edition
ConvertToImage(Double) Method




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

Parameters

resolution
Resolution used for page conversion.

Return Value

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