This is the complete list of members for IThumbMaker.
|
|
| long |
StartSnap (); |
Start the snap job. |
|
Snap Options: Set/Get the snap options |
|
| void |
SetURL (
string strURL
); |
Set the URL of the web page to be taken snapshot. |
|
| void |
SetActiveXEnabled (
bool bEnable
); |
Enable/Disable ActiveX controls on the web page. |
|
| bool |
GetActiveXEnabled (); |
Query whether ActiveX is enabled on the web page. |
|
| void |
SetJavaEnabled (
bool bEnable
); |
Enable/Disable Java on the web page. |
|
| bool |
GetJavaEnabled (); |
Query whether Java is enabled on the web page. |
|
| void |
SetJScriptEnabled (
bool bEnable
); |
Enable/Disable JavaScript on the web page. |
|
| bool |
GetJScriptEnabled (); |
Query whether JavaScript is enabled on the web page. |
|
| void |
SetVideoEnabled (
bool bEnable
); |
Enable/Disable Video on the web page. |
|
| bool |
GetVideoEnabled (); |
Query whether Video is enabled on the web page. |
|
| void |
SetBrowserSize (
long lWidth,
long lHeight
); |
Set the size of the hidden web browser window. |
|
| long |
GetBrowserWidth (); |
Get the width of the hidden web browser window. |
|
| long |
GetBrowserHeight (); |
Get the Height of the hidden web browser window. |
|
| void |
SetTimeOut (
long lTimeOut
); |
Set the time out value in seconds for StartSnap function. |
|
| long |
GetTimeOut (); |
Get the time out value in seconds for StartSnap function. |
|
Image Access Functions: Set/Get the snap options
|
|
| bool |
SaveImage (
string strSaveFile
); |
Save the image to the local file. |
|
| void |
SetThumbSize (
long lWidth,
long lHeight,
long lRatioType
); |
Set thumbnail image size. |
|
| long |
GetThumbWidth (); |
Get the width value of the thumbnail image. |
|
| long |
GetThumbHeight (); |
Get the height value of the thumbnail image. |
|
| long |
GetThumbRatioType (); |
Get the ratio type value of the thumbnail image. |
|
| void |
SetBPP(
long lBPP
); |
Set the number of bits-per-pixel in the image. |
|
| long |
GetBPP (); |
Get the color depth of the thumbnail image. |
|
| void |
SetDPI (
long lDPIx,
long lDPIy
); |
Set resolution(DPI) of the thumbnail image. |
|
| long |
GetDPIx (); |
Get the horizontal resolution of the thumbnail image. |
|
| long |
GetDPIy (); |
Get the vertical resolution of the thumbnail image. |
|
| long |
GetBitmapHandle (); |
Get the HBITMAP handle of the thumbnail image. |
|
| byte[] |
GetImageBytes (
string strImageFormat
); |
Get the image memory-bytes of the thumbnail image. |
|
Other functions
|
|
| void |
SetRegInfo(
string strRegCode
); |
Set the registration information to remove the trial limit. |
|