ImageGear Professional DLL v17.1 for Windows Accusoft
ART_control_option_get
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > ART Component API Reference > ART Component Functions Reference > Control Functions > ART_control_option_get

Glossary Item Box

This function returns a value of the control option specified by nOption parameters.

Declaration:

  Copy Code
AT_ERRCOUNT ART_control_option_get(
        HIGEAR hIGear, 
        AT_MODE nOption, 
        const LPVOID lpValue
);

Arguments:

hIGear HIGEAR handle of an image.
nOption An ART-defined control option constant.
lpValue A far pointer to the return value.

Return Value:

Returns the number of ImageGear errors that occurred during the function call.

Supported Raster Image Formats:

All pixel formats supported by ImageGear Professional.

Sample:

None

Remarks:

See the function ART_control_option_set() for a list of the control option constants.

©2012. Accusoft Corporation. All Rights Reserved.