ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / GUI Component API Reference / GUI Component Functions Reference / General Functions / IG_gui_file_info_dlg_W
In This Topic
    IG_gui_file_info_dlg_W
    In This Topic

    Show dialog with file image information including different parameters of pages of the image.

    Declaration:

     
    Copy Code
    VOID ACCUAPI IG_gui_file_info_dlg (
            HWND hWnd, 
            LPAT_CHAR lpwszFileName, 
            UINT nPage
    );
    

    Arguments:

    Name Type Description
    hWnd HWND Handle of the parent window.
    lpwszFileName LPAT_WCHAR Pointer to the file name buffer.
    nPage UINT Page number about which to get info.

    Return Value:

    None

    Supported Raster Image Formats:

    All pixel formats supported by ImageGear for C and C++.

    Sample:

    GUI Windows

    Example:

     
    Copy Code
    #include "IG_gui_common.h"
    IG_gui_file_info_dlg_W (hWnd, wszFile, 0);