ImageGear Professional DLL v17.1 for Windows Accusoft
IG_GUI_page_document_update
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > Core Component API Reference > Core Component Functions Reference > GUI Functions > GUI Page Functions > IG_GUI_page_document_update

Glossary Item Box

This function should be called when one or more of the images in the page sorter window has been modified (i.e., rotated, cropped, flipped).

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_GUI_page_document_update (
        HWND hwndPage, 
        DWORD dwGrpID 
);

Arguments:

hwndPage Windows handle to the page sorter window to update.
dwGrpID Identifier of display group should be used for drawing thumbnail in the GUI page.

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:

All pixel formats supported by ImageGear Professional.

Sample:

None

Remarks:

Any modified image will be repainted in the page sorter window. To update just one particular image, use IG_GUI_page_document_refresh().

Also see IG_GUI_page_update() and IG_GUI_page_window_create() functions.

©2012. Accusoft Corporation. All Rights Reserved.