PDFView4NET WinForms Edition
GetBWPageImage(Int32,Double,PDFPrintContent) Method




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

Parameters

pageNumber
resolution
printContent
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