GdPicture.NET.14.API
GdPicture14 Namespace / GdPicturePDF Class / GetPageThumbnail Method / GetPageThumbnail(Int32,Int32,Byte,Byte,Byte,Byte,Boolean) Method





In This Topic
GetPageThumbnail(Int32,Int32,Byte,Byte,Byte,Byte,Boolean) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Function GetPageThumbnail( _
   ByVal Width As Integer, _
   ByVal Height As Integer, _
   ByVal Red As Byte, _
   ByVal Green As Byte, _
   ByVal Blue As Byte, _
   ByVal Alpha As Byte, _
   ByVal FitToPageSize As Boolean _
) As Integer
public int GetPageThumbnail( 
   int Width,
   int Height,
   byte Red,
   byte Green,
   byte Blue,
   byte Alpha,
   bool FitToPageSize
)
public function GetPageThumbnail( 
    Width: Integer;
    Height: Integer;
    Red: Byte;
    Green: Byte;
    Blue: Byte;
    Alpha: Byte;
    FitToPageSize: Boolean
): Integer; 
public function GetPageThumbnail( 
   Width : int,
   Height : int,
   Red : byte,
   Green : byte,
   Blue : byte,
   Alpha : byte,
   FitToPageSize : boolean
) : int;
public: int GetPageThumbnail( 
   int Width,
   int Height,
   byte Red,
   byte Green,
   byte Blue,
   byte Alpha,
   bool FitToPageSize
) 
public:
int GetPageThumbnail( 
   int Width,
   int Height,
   byte Red,
   byte Green,
   byte Blue,
   byte Alpha,
   bool FitToPageSize
) 

Parameters

Width
Height
Red
Green
Blue
Alpha
FitToPageSize
See Also