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

Glossary Item Box

Returns a Boolean value indicating whether or not the Asian recognition module works with a greater recognizable character set.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_REC_asian_use_full_character_collection_get(
   LPAT_BOOL lpFullCharacterSet
);

Arguments:

lpFullCharacterSet Buffer to retrieve the requested value. TRUE means that the Asian recognition module works with a greater recognizable character set.

Return Value:

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

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

It is not applicable for Korean language.

Example:

  Copy Code
AT_ERRCOUNT ErrCount = 0;
AT_BOOL bAFCCIsEnabled = FALSE;
ErrCount += IG_REC_asian_use_full_character_collection_get(&bAFCCIsEnabled);

©2012. Accusoft Corporation. All Rights Reserved.