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