ImageGear Professional DLL v17.2 for Windows
IG_image_control_set
Send Feedback
ImageGear Professional DLL v17.2 for Windows > API Reference Guide > Core Component API Reference > Core Component Functions Reference > General Image Functions > IG_image_control_set

Glossary Item Box

This function has been deprecated and will be removed from the API in version 18 of ImageGear. Please use IG_fltr_ctrl_set instead.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_image_control_set(
       AT_MODE nOption,
       LPVOID lpData
);

Arguments:

Name Type Description
nOption AT_MODE Image option ID.
lpData LPVOID Reference to option data to associate with the option ID.

Return Value:

Supported Raster Image Formats:

This function does not process image pixels.

Sample:

C Filter, C Multimedia, C Timing, MFC Threads

Remarks:

This function has been deprecated and will be removed from the API in version 18 of ImageGear. Please use IG_fltr_ctrl_set instead.

This function sets the properties associated with the specified option ID.

See enumControlOpt for further information on image option IDs.

To determine the number of errors currently on the error stack use IG_error_check. After fetching all error information you need using IG_error_get, use IG_error_clear to clear the stack.

©2012. Accusoft Corporation. All Rights Reserved.