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

Glossary Item Box

Inquires the current setting of the Fax image mode that applies to the IG_REC_RM_OMNIFONT_MOR recognition module only.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_REC_MOR_is_faxed_get(
   LPAT_BOOL pbFaxed
);

Arguments:

pbFaxed Address of a Boolean variable to hold the current Fax image mode setting.

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_BOOL bFaxed = FALSE;
AT_ERRCOUNT ErrCount = 0;
ErrCount += IG_REC_MOR_is_faxed_get(&bFaxed);

©2012. Accusoft Corporation. All Rights Reserved.