ImageGear .NET - Updated October 26, 2017
IsFaxed Property




ImageGear23.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecMORSettings Class : IsFaxed Property
Gets or sets a value indicating whether fax mode for MOR module is enabled or disabled.
Syntax
'Declaration
 
Public Property IsFaxed As Boolean
 
'Usage
 
Dim instance As ImGearRecMORSettings
Dim value As Boolean
 
instance.IsFaxed = value
 
value = instance.IsFaxed

Property Value

Boolean value.
Remarks
Enables/disables fax mode for the MOR module.

Set this property to true if the image file to be recognized 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).

See Also

Reference

ImGearRecMORSettings Class
ImGearRecMORSettings Members