ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / Core Component API Reference / Core Component Functions Reference / GUI Functions / GUI Page Functions / IG_GUI_page_handle_get
In This Topic
    IG_GUI_page_handle_get
    In This Topic

    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.