PDFView4NET WinForms Edition
GetBWPageImage(Int32,Double) Method




O2S.Components.PDFRender4NET Namespace > PDFFile Class > GetBWPageImage Method : GetBWPageImage(Int32,Double) Method
Syntax
'Declaration
 
Public Overloads Function GetBWPageImage( _
   ByVal pageNumber As Integer, _
   ByVal resolution As Double _
) As Bitmap
'Usage
 
Dim instance As PDFFile
Dim pageNumber As Integer
Dim resolution As Double
Dim value As Bitmap
 
value = instance.GetBWPageImage(pageNumber, resolution)
public Bitmap GetBWPageImage( 
   int pageNumber,
   double resolution
)
public: Bitmap* GetBWPageImage( 
   int pageNumber,
   double resolution
) 
public:
Bitmap^ GetBWPageImage( 
   int pageNumber,
   double resolution
) 

Parameters

pageNumber
resolution
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
Overload List