In This Topic
GdPicture14.WPF Namespace / GdViewer Class / GetPageThumbnail Method

GetPageThumbnail Method (GdViewer)

In This Topic
Syntax
'Declaration

 

Public Function GetPageThumbnail( _

   ByVal Width As Integer, _

   ByVal Height As Integer, _

   ByVal Page As Integer, _

   ByVal BackColor As Color _

) As Integer
public int GetPageThumbnail( 

   int Width,

   int Height,

   int Page,

   Color BackColor

)
public function GetPageThumbnail( 

    Width: Integer;

    Height: Integer;

    Page: Integer;

    BackColor: Color

): Integer; 
public function GetPageThumbnail( 

   Width : int,

   Height : int,

   Page : int,

   BackColor : Color

) : int;
public: int GetPageThumbnail( 

   int Width,

   int Height,

   int Page,

   Color BackColor

) 
public:

int GetPageThumbnail( 

   int Width,

   int Height,

   int Page,

   Color BackColor

) 

Parameters

Width
Height
Page
BackColor
See Also