ImageGear for C and C++ on Windows v19.3 - Updated
IG_gui_load_options_dlg
API Reference Guide > GUI Component API Reference > GUI Component Functions Reference > Load Functions > IG_gui_load_options_dlg

This function shows the load options dialog that can be used to specify loading parameters for the image file.

Declaration:

 
Copy Code
BOOL  ACCUAPI  IG_gui_load_options_dlg( HWND hWnd );

Arguments:

Name Type Description
hWnd HWND A handle of the parent window.

Return Value:

If the user specifies parameters and clicks the OK button, the return value is non-zero. If the user cancels or closes the dialog box or an error occurs, the return value is zero.

Supported Raster Image Formats:

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

Sample:

Filters

Example:

 
Copy Code
case  ID_SETTINGS_LOADOPTIONS:
        IG_gui_load_options_dlg( hWnd );
break;

Remarks:

This dialog can be used to specify the following: