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

Glossary Item Box

Is used to switch on or off the Fax image mode for the multi-lingual IG_REC_RM_OMNIFONT_MOR omnifont recognition module.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_REC_MOR_is_faxed_set(
   AT_BOOL bFaxed
);

Arguments:

bFaxed Fax image 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:

Turn this setting on (bFaxed=TRUE) if the image file to be loaded is a fax message transmitted in "Draft" mode with 200 x 100 resolution. Its use is not recommended for reading fax card image files transmitted in "Fine" mode (200 x 200 dpi resolution).

Example:

  Copy Code
AT_ERRCOUNT ErrCount = 0;
ErrCount += IG_REC_MOR_is_faxed_set(FALSE);

©2012. Accusoft Corporation. All Rights Reserved.