ImageGear for C and C++ on Windows v19.3 - Updated
IG_REC_MOR_is_faxed_set
API Reference Guide > Recognition Component API Reference > Recognition Component Functions Reference > Recognition Settings Functions > IG_REC_MOR_is_faxed_set

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:

Name Type Description
bFaxed AT_BOOL 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.

Example:

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

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).