PDFView4NET WPF Edition
ConvertToImage(Int32,Int32,PDFOutputImageFormat) Method




O2S.Components.PDFView4NET Namespace > PDFPage Class > ConvertToImage Method : ConvertToImage(Int32,Int32,PDFOutputImageFormat) Method
The dpi X.
The dpi Y.
The image format.
Converts the page to bitmap.
Syntax
'Declaration
 
Public Overloads Function ConvertToImage( _
   ByVal dpiX As Integer, _
   ByVal dpiY As Integer, _
   ByVal imageFormat As PDFOutputImageFormat _
) As Stream
'Usage
 
Dim instance As PDFPage
Dim dpiX As Integer
Dim dpiY As Integer
Dim imageFormat As PDFOutputImageFormat
Dim value As Stream
 
value = instance.ConvertToImage(dpiX, dpiY, imageFormat)
public Stream ConvertToImage( 
   int dpiX,
   int dpiY,
   PDFOutputImageFormat imageFormat
)
public: Stream* ConvertToImage( 
   int dpiX,
   int dpiY,
   PDFOutputImageFormat imageFormat
) 
public:
Stream^ ConvertToImage( 
   int dpiX,
   int dpiY,
   PDFOutputImageFormat imageFormat
) 

Parameters

dpiX
The dpi X.
dpiY
The dpi Y.
imageFormat
The image format.

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