In This Topic
GdPicture14 Namespace / GdViewer Class / GetPageThumbnailAsBitmap Method

GetPageThumbnailAsBitmap Method

In This Topic
Syntax
'Declaration

 

Public Function GetPageThumbnailAsBitmap( _

   ByVal Width As Integer, _

   ByVal Height As Integer, _

   ByVal Page As Integer, _

   ByVal BackColor As Color _

) As Bitmap
public Bitmap GetPageThumbnailAsBitmap( 

   int Width,

   int Height,

   int Page,

   Color BackColor

)
public function GetPageThumbnailAsBitmap( 

    Width: Integer;

    Height: Integer;

    Page: Integer;

    BackColor: Color

): Bitmap; 
public function GetPageThumbnailAsBitmap( 

   Width : int,

   Height : int,

   Page : int,

   BackColor : Color

) : Bitmap;
public: Bitmap* GetPageThumbnailAsBitmap( 

   int Width,

   int Height,

   int Page,

   Color BackColor

) 
public:

Bitmap^ GetPageThumbnailAsBitmap( 

   int Width,

   int Height,

   int Page,

   Color BackColor

) 

Parameters

Width
Height
Page
BackColor
See Also