ImageGear .NET - Updated
IsFaxed Property




ImageGear24.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
public bool IsFaxed {get; set;}
public: __property bool get_IsFaxed();
public: __property void set_IsFaxed( 
   bool value
);
public:
property bool IsFaxed {
   bool get();
   void set (    bool value);
}

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