Identifies recognition modules of the OmniPage recognition engine.
            
            Syntax
            
            
            
            
            'Declaration
 
Public Enum ImGearRecRecognitionModule 
   Inherits System.Enum
             
        
            
        
            
            public enum ImGearRecRecognitionModule : System.Enum 
             
        
            
            __value public enum ImGearRecRecognitionModule : public System.Enum 
             
        
            
            public enum class ImGearRecRecognitionModule : public System.Enum 
             
        
             
         
            Members
| Member | Description | 
| ASIAN | Specifies the Asian language recognition module. | 
| AUTO | Specifies that the Recognition component will try to automatically select the most suitable recognition module for the zone. The recognition module to be applied is determined just before recognition, primarily by inquiring the filling method and other settings, most typically the Character Set. | 
| DOT | Specifies the DOT 9-pin draft dot-matrix module. | 
| OMNIFONT_FRX | Specifies the FireWorX omnifont recognition module. | 
| OMNIFONT_MOR | Specifies the multi-lingual MOR omnifont module. | 
| OMNIFONT_MTX | Specifies the M/TEXT omnifont module.  | 
| OMNIFONT_PLUS2W | Specifies the two-way voting POWR++ omnifont recognition module. | 
| OMNIFONT_PLUS3W | Specifies the most accurate three-way voting omnifont recognition module. | 
 
            
            
            
            
            
            
            
            Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         ImageGear.Recognition.ImGearRecRecognitionModule
 
            
            
            See Also