| Class | Description | |
|---|---|---|
![]() |
BitDepthException | This exception is thrown if an image with invaild bit depth is passed into the component. |
![]() |
CharacterResult | The CharacterResult object is derived from the Result class. It represents the recognition results for a single character. Multiple character results can be contained in a TextLineResult. |
![]() |
InternalException | An exception object that this component will throw whenever an unexpected exception is encountered in the worker. |
![]() |
InvalidAreaException | An exception object that this component will throw whenever an invalid area is used in text recognition. |
![]() |
InvalidLicenseException | This exception is thrown if an invalid license is detected. |
![]() |
Licensing | Provides methods for setting the license information for the component. |
![]() |
MicrFieldResult | MicrFieldResult is used to return the results of parsing a TextLineResult. One TextLineResult may be parsed into several MicrFieldResults using TextLineResult.Parse. |
![]() |
MicrXpress | The main object for this toolkit. |
![]() |
MicrXpressException | Base class for all exception types defined by the MICR Xpress component. |
![]() |
OutOfMemoryException | This exception is thrown if the worker component cannot allocate sufficient memory required to complete the operation. |
![]() |
Parser | The parser object controls how a TextLineResult is parsed. The Parser object is passed to a TextLineResult so that the text line result can be parsed into MicrFieldResults. |
![]() |
Reader | The Reader object is used for the recognition of text. |
![]() |
Result | The Result object is the base class for all the result objects. |
![]() |
Segmentation | The Segmentation object is used to set segmentation parameters for recognition. |
![]() |
TextBlockResult | The TextBlockResult object is used to return the recognition results for a field. |
![]() |
TextLineResult | The TextLineResult object is used to return the recognition results for a single text line. Multiple text lines can be contained in a TextBlockResult. |
| Enumeration | Description | |
|---|---|---|
![]() |
ErrorLevelInfo | The error level of items to place into the debug log. |
![]() |
EvaluationMode | The evaluation choice of the component. |
![]() |
MicrFieldTypes | An enumeration that defines MICR field types on a check's MICR line. |


