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