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

Glossary Item Box

Specifies a Global filter, i.e., a Character Set filter to be applied globally, at page level.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_REC_default_filter_set(
   enumIGRecChrFilter Glfilter
);

Arguments:

Glfilter Global Character Set filter to be applied.

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:

If this function is not called by the integrating application after the component initialization, the value IG_REC_FILTER_ALL is applied, i.e., the Language environment will not be filtered globally. The Global filter setting is applied to all zones with IG_REC_FILTER_DEFAULT in their filter field.

Example:

  Copy Code
AT_ERRCOUNT ErrCount = 0;
enumIGRecChrFilter eFilter = IG_REC_FILTER_ALPHA | IG_REC_FILTER_DIGIT | IG_REC_FILTER_PLUS;
ErrCount += IG_REC_default_filter_set(eFilter);

©2012. Accusoft Corporation. All Rights Reserved.