ImageGear Professional DLL v17.1 for Windows Accusoft
IG_GUI_page_thumbnail_size_set
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_thumbnail_size_set

Glossary Item Box

This function sets the height and width for the thumbnail images displayed in the GUI Page Sorter window.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_GUI_page_thumbnail_size_set(
        HWND hwndPage, 
        INT nThumbWidth, 
        INT nThumbHeight
);

Arguments:

IGear HIGEAR handle to the image.
nThumbWidth Sets the width of the thumbnails in the GUI Page Sorter window. Set to an INT value.
nThumbHeight Sets the height of the thumbnails in the GUI Page Sorter window. Set to an INT value.

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:

None

Example:

Please see the example code for IG_GUI_page_thumbnail_size_get() function.

Remarks:

A GUI Page Sorter window can be created using IG_GUI_page_window_create().

©2012. Accusoft Corporation. All Rights Reserved.