This function returns the HIGEAR handle for the image (thumbnail) in the GUI Page Sorter that you specify in nPage.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_GUI_page_handle_get( HWND hwndPage, UINT nPage, LPHIGEAR lphIGear ); |
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. |
Returns the number of ImageGear errors that occurred during this function call. If there are no errors, the return value is IGE_SUCCESS.
This function does not process image pixels.
Page, GUI Scan
Please see examples for IG_GUI_page_window_create() or IG_GUI_page_file_append() functions.