 
            | ImageGear22.Recognition Assembly : ImageGear.Recognition Namespace | 
The ImageGear Recognition namespace API offers a set of objects that provide access to document recognition technology. It enables you to build OCR applications for the Windows .NET development environment.
| Class | Description | |
|---|---|---|
|  | ImGearRecAsianSettings | Provides access to settings specific to the ImGearRecModule.ASN (Asian) recognition module. | 
|  | ImGearRecCheckWordEventArgs | Provides event arguments to event handlers for the CheckWord property event. | 
|  | ImGearRecCodePageCollection | Collection of ImGearRecCodePage objects (Code Pages for writing recognition output). | 
|  | ImGearRecDocument | Class that provides a conversion of the recognized data to the specified format. | 
|  | ImGearRecImage | Image to be recognized, associated with an ImGearRecPage class object and exposed via ImGearRecPage.Image property. | 
|  | ImGearRecLetter | Represents a single recognized letter, returned as an array by ImGearRecPage.GetLetters method. | 
|  | ImGearRecModuleCollection | Collection of recognition engine modules, belongs to ImGearRecognition class object. | 
|  | ImGearRecModuleSettings | Provides access to information and settings for a recognition module. | 
|  | ImGearRecMORSettings | Provides access to settings specific to the MOR(multi-lingual omnifont recognition) recognition module. | 
|  | ImGearRecognition | Represents the recognition engine. | 
|  | ImGearRecOutputFormatCollection | Collection of ImGearRecOutputFormat objects (output formats for writing recognition output). | 
|  | ImGearRecOutputManager | Provides access to output settings and methods to output recognized data. | 
|  | ImGearRecPage | Represents a single image imported into the recognition engine. | 
|  | ImGearRecPDFOutputOptions | Specifies options for creating PDF page from the recognition output. | 
|  | ImGearRecPreprocessingSettings | Provides access to settings for preprocessing, belongs to ImGearRecognition. | 
|  | ImGearRecProgressEventArgs | Contains arguments for the ImGearRecognition.Progress event. | 
|  | ImGearRecRecognitionLanguageEnabled | Provides ability to enable or disable languages for recognition. | 
|  | ImGearRecRecognitionSettings | Provides the settings that govern the recognition process. | 
|  | ImGearRecSettingsCollectionObjectBase | Base class for objects that access a Settings Collection. | 
|  | ImGearRecStatistics | Statistics from recognition processes, exposed via ImGearRecPage.Statistics property. | 
|  | ImGearRecUDItem | Represents an item (word) in the user dictionary. | 
|  | ImGearRecUserDictionary | Provides access to the user dictionary used for recognition. | 
|  | ImGearRecZone | Represents a recognition zone. | 
|  | ImGearRecZoneCollection | Collection of zones for a page, belongs to ImGearRecPage object. | 
| Structure | Description | |
|---|---|---|
|  | ImGearRecCodePage | Contains information about a Code Page used for writing recognition output. | 
|  | ImGearRecOutputFormat | Represents an output format for writing recognition output. | 
| Delegate | Description | |
|---|---|---|
|  | ImGearRecCheckWordEventHandler | Event handler for the ImGearRecZone.CheckWord property event. | 
|  | ImGearRecProgressEventHandler | This is the delegate used to pass ImGearRecognition.Progress events on to an application event handler. | 
| Enumeration | Description | |
|---|---|---|
|  | ImGearRecCheckWordOpinion | Defines opinion values for user-written word checking. | 
|  | ImGearRecDecompositionMethod | Identifies methods for decomposing the document into zones. | 
|  | ImGearRecDeskewMode | Identifies image deskewing modes. | 
|  | ImGearRecDirectTextFormat | Specifies Direct text output formats. These are the formats that are supported by WriteDirectText method. | 
|  | ImGearRecErrorCodes | Identifies recognition error codes. | 
|  | ImGearRecFillingMethod | Identifies zone filling methods. | 
|  | ImGearRecFilter | Identifies character set filters. | 
|  | ImGearRecFontFlags | Provides character font information. | 
|  | ImGearRecInvertMode | Identifies image inversion modes. | 
|  | ImGearRecLanguage | Identifies the different languages supported directly by the Recognition namespace. | 
|  | ImGearRecLicenseFeature | Identifies public license features. | 
|  | ImGearRecMakeupInfo | Provides character makeup information. | 
|  | ImGearRecModule | Identifies the modules of the OmniPage recognition engine. | 
|  | ImGearRecOrientationMode | Identifies image orientation modes. | 
|  | ImGearRecOutputCodePageType | Identifies code page categories. | 
|  | ImGearRecOutputLevel | Identifies pre-defined levels of the format retention for the final output document. | 
|  | ImGearRecProcess | Identifies processes of the recognition engine. | 
|  | ImGearRecRecognitionModule | Identifies recognition modules of the OmniPage recognition engine. | 
|  | ImGearRecReductionMode | Identifies image conversion modes to be applied for conversions from grayscale or 24-bit color image sources. | 
|  | ImGearRecResEnhancementMode | Determines recognition resolution enhancement mode. | 
|  | ImGearRecSpaceType | Specifies possible space types. | 
|  | ImGearRecTradeoff | Tradeoff between accuracy and speed for recognition process. | 
|  | ImGearRecZoneCheckingFlags | Defines flags for the ImGearRecZone.Checking property. | 
|  | ImGearRecZoneType | Determines Zone types. |