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