Parse and Access TextLineResult
The text line result provides methods and properties to perform parsing and access results of parsing. They are:
| Method | Description |
| TextLineResult.Parse | Parses the TextLineResult into MICR fields defined by the supported standards organization. |
| TextLineResult.GetField | Selects a MICR field within the TextLineResult. |
| Property | Description |
| TextLineResult.FieldsTypes | Gets a value indicating which MICR fields were parsed in the TextLineResult. |
