This function shows the load options dialog that can be used to specify loading parameters for the image file.
Copy Code
|
|
---|---|
BOOL ACCUAPI IG_gui_load_options_dlg( HWND hWnd ); |
Name | Type | Description |
---|---|---|
hWnd | HWND | A handle of the parent window. |
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.
All pixel formats supported by ImageGear for C and C++.
Filters
Copy Code
|
|
---|---|
case ID_SETTINGS_LOADOPTIONS: IG_gui_load_options_dlg( hWnd ); break; |
This dialog can be used to specify the following: