ImageGear Professional DLL v17.1 for Windows Accusoft
IG_REC_output_level_get
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > Recognition Component API Reference > Recognition Component Functions Reference > Output Functions > IG_REC_output_level_get

Glossary Item Box

Returns the current level of format retention for the final output document.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_REC_output_level_get(
   enumIGRecOutputLevel * poutLevel
);

Arguments:

poutLevel Pointer of enumIGRecOutputLevel variable to receive the output level.

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:

Not all output formats support any output levels.

Example:

  Copy Code
AT_ERRCOUNT ErrCount = 0;
enumIGRecOutputLevel eOutput = IG_REC_OL_AUTO;
ErrCount += IG_REC_output_level_get(&eOutput);

©2012. Accusoft Corporation. All Rights Reserved.