 
            This function creates a window with a list of multi-page image pages and corresponding pages from the associated file.
| 
                        Copy Code
                     | |
|---|---|
| 
HWND ACCUAPI IG_gui_mp_file_wnd(
        HWND hWnd, 
        HMIGEAR hMImage, 
        UINT nPWidth, 
        UINT nPHeight 
);
 | |
| Name | Type | Description | 
|---|---|---|
| hWnd | HWND | A handle of the parent window. | 
| hMImage | HMIGEAR | A handle of a multi-page image. | 
| nPWidth | UINT | A page width. | 
| nPHeight | UINT | A page height. | 
Returns a handle of the created window or if the function fails, the return value is NULL.
This function does not process image pixels.
MFC Multipage
| 
                        Copy Code
                     | |
|---|---|
| 
#include "IG_gui_common.h"
IG_gui_mp_file_wnd (hWnd, hMImage, nPWidth, nPHeight);
 | |
This function allows you to perform operations either with the image and/or the associated file.