ImageGear Professional DLL v17.1 for Windows Accusoft
IG_REC_asian_deskew_enabled_set
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_deskew_enabled_set

Glossary Item Box

Sets a Boolean value indicating whether or not preprocessing deskew is enabled for Asian languages.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_REC_asian_deskew_enabled_set(
   AT_BOOL bIsEnabled
);

Arguments:

bIsEnabled "Deskew is enabled" setting to be 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:

If it is TRUE, the deskew mode IG_REC_IMG_DESKEW_AUTO works for Asian languages similarly to the Western languages. If it is FALSE, the IG_REC_IMG_DESKEW_AUTO will be the same as IG_REC_IMG_DESKEW_NO for Asian languages.

Example:

  Copy Code
AT_ERRCOUNT ErrCount = 0;
AT_BOOL bADIsEnabled = TRUE;
ErrCount += IG_REC_asian_deskew_enabled_set(bADIsEnabled);

See Also

enumIGRecImgDeskew

©2012. Accusoft Corporation. All Rights Reserved.