PDFView4NET WPF Edition
GetPageAsBitmapImage Method




O2S.Components.PDFRender4NET.WPF Namespace > PDFFile Class : GetPageAsBitmapImage Method
The page number.
The dpix.
The dpiy.
The output format.
Gets the page as bitmap image.
Syntax
'Declaration
 
Public Function GetPageAsBitmapImage( _
   ByVal pageNumber As Integer, _
   ByVal dpix As Double, _
   ByVal dpiy As Double, _
   ByVal format As PDFOutputImageFormat _
) As BitmapImage
'Usage
 
Dim instance As PDFFile
Dim pageNumber As Integer
Dim dpix As Double
Dim dpiy As Double
Dim format As PDFOutputImageFormat
Dim value As BitmapImage
 
value = instance.GetPageAsBitmapImage(pageNumber, dpix, dpiy, format)

Parameters

pageNumber
The page number.
dpix
The dpix.
dpiy
The dpiy.
format
The output format.

Return Value

Returns the BitmapImage for the page.
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

PDFFile Class
PDFFile Members