ImageGear Professional DLL v18.1 for Windows
IG_gui_filters_dlg
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > GUI Component API Reference > GUI Component Functions Reference > General Functions > IG_gui_filters_dlg

Glossary Item Box

This function displays a dialog that provides all the  information about available format filters along with control parameters in textual format.

Declaration:

  Copy Code
BOOL  ACCUAPI  IG_gui_filters_dlg(
        HWND hWnd
);

Arguments:

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

Return Value:

Returns TRUE if user pressed OK button; FALSE - otherwise.

Supported Raster Image Formats:

This function does not process image pixels.

Sample:

All

Remarks:

This function also allows you to set new values to control parameters of format filters to a customer's value as well as to reset to defaults.

©2014. Accusoft Corporation. All Rights Reserved.