ImageGear Professional DLL v18.1 for Windows
IG_GUI_thumbnail_memory_append
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > Core Component API Reference > Core Component Functions Reference > GUI Functions > GUI Thumbnail Functions > IG_GUI_thumbnail_memory_append

Glossary Item Box

This function appends a thumbnail of an image to the thumbnail window; if dwPage equals 0, then all pages are appended.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_GUI_thumbnail_memory_append (
        HWND hWndThumbnail,
        LPVOID lpImage, 
        AT_UINT nImageSize, 
        DWORD dwPage
);

Arguments:

Name Type Description
hWndThumbnail HWND Handle of Thumbnail window.
lpImage LPVOID Address of an image in memory.
nImageSize AT_UINT Size of an image in memory.
dwPage DWORD Page number to load.

Return Value:

Returns the number of ImageGear errors that occurred during this function call.

Supported Raster Image Formats:

All pixel formats supported by ImageGear Professional.

Sample:

None

©2014. Accusoft Corporation. All Rights Reserved.