ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Functions Reference > GUI Functions > GUI Page Functions > IG_GUI_page_count_get |
This function returns the total number of pages (images) currently associated with the GUI Page Sorter window referenced by hwndPage.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_GUI_page_count_get( HWND hwndPage, LPUINT lpPageCount ); |
Name | Type | Description |
hwndPage | HWND | Windows handle to the GUI Page Sorter window. |
lpPageCount | LPUINT | A far pointer that returns the total number of pages (images) currently associated with the GUI Page Sorter. |
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
Please see the example code under IG_GUI_page_window_create_ex().
Be sure not to confuse this function with the IG_page_count_get_...() functions. |