ImageGear Professional DLL v17.1 for Windows Accusoft
IG_REC_inversion_mode_set
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > Recognition Component API Reference > Recognition Component Functions Reference > Image Processing Functions > IG_REC_inversion_mode_set

Glossary Item Box

Specifies which image inversion mode will be used during the forthcoming IG_REC_PID_IMGPREPROCESS processes.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_REC_inversion_mode_set(
   enumIGRecImgInvert nMode
);

Arguments:

nMode Image inversion mode to be set.

Return Value:

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

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

The Image inversion mode can be either automatic, switched on, or switched off.

Example:

  Copy Code
AT_ERRCOUNT ErrCount = 0;
enumIGRecImgInvert eMode = IG_REC_IMG_INVERT_AUTO;
ErrCount += IG_REC_inversion_mode_set(eMode);

©2012. Accusoft Corporation. All Rights Reserved.