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