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