ConvertToImage(Double) Method
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 )
Parameters
- resolution
- Resolution used for page conversion.
Return Value
The page converted as image.
Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also