GetPageThumbnailAsBitmap Method
In This Topic
Syntax
'Declaration
Public Function GetPageThumbnailAsBitmap( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Color _
) As Bitmap
public Bitmap GetPageThumbnailAsBitmap(
int ,
int ,
int ,
Color
)
public function GetPageThumbnailAsBitmap(
: Integer;
: Integer;
: Integer;
: Color
): Bitmap;
public function GetPageThumbnailAsBitmap(
: int,
: int,
: int,
: Color
) : Bitmap;
public: Bitmap* GetPageThumbnailAsBitmap(
int ,
int ,
int ,
Color
)
public:
Bitmap^ GetPageThumbnailAsBitmap(
int ,
int ,
int ,
Color
)
Parameters
- Width
- Height
- Page
- BackColor
See Also