PDFView4NET WinForms Edition


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.
ConvertToImage(Double,PDFRectangle) Method
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
)

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 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also