This function returns the HIGEAR handle for the image (thumbnail) in the GUI Page Sorter that you specify in nPage.
Declaration:
|
Copy Code
|
AT_ERRCOUNT ACCUAPI IG_GUI_page_handle_get(
HWND hwndPage,
UINT nPage,
LPHIGEAR lphIGear
);
|
Arguments:
Name |
Type |
Description |
hwndPage |
HWND |
Windows handle to the GUI Page Sorter window. |
nPage |
UINT |
Set to the number of the page (thumbnail) in the GUI Page Sorter window for which you would like the HIGEAR handle. |
lphIGear |
LPHIGEAR |
A far pointer that returns the HIGEAR handle for the image in the GUI Page Sorter referenced by nPage. |
Return Value:
Returns the number of ImageGear errors that occurred during this function call. If there are no errors, the return value is IGE_SUCCESS.
Supported Raster Image Formats:
This function does not process image pixels.
Sample:
Page, GUI Scan
Example:
Please see examples for IG_GUI_page_window_create() or IG_GUI_page_file_append() functions.