This property is used to switch on or off the fax handling feature of the MOR multi-lingual recognition module.
Namespace:
Kofax.OmniPageCSDK.IproPlusAssembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool MORFax { get; set; }Public Property MORFax As Boolean
Get
Set
public:
property bool MORFax {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
Remarks
Switching on this feature is recommended when processing a scanned image which was faxed in draft mode (200x100 resolution).
The default value is False.
The Recognize method of the Document or Page objects uses this setting.
Changing this property will set the Modified property to True.
See Also