In This Topic
GdPicture14 Namespace / GdViewer Class / GetPageThumbnail Method / GetPageThumbnail(Int32,Int32,Int32,Int32) Method

GetPageThumbnail(Int32,Int32,Int32,Int32) Method

In This Topic
Syntax
'Declaration

 

Public Overloads Function GetPageThumbnail( _

   ByVal Width As Integer, _

   ByVal Height As Integer, _

   ByVal Page As Integer, _

   ByVal BackColor As Integer _

) As Integer
public int GetPageThumbnail( 

   int Width,

   int Height,

   int Page,

   int BackColor

)
public function GetPageThumbnail( 

    Width: Integer;

    Height: Integer;

    Page: Integer;

    BackColor: Integer

): Integer; 
public function GetPageThumbnail( 

   Width : int,

   Height : int,

   Page : int,

   BackColor : int

) : int;
public: int GetPageThumbnail( 

   int Width,

   int Height,

   int Page,

   int BackColor

) 
public:

int GetPageThumbnail( 

   int Width,

   int Height,

   int Page,

   int BackColor

) 

Parameters

Width
Height
Page
BackColor
See Also