| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- parser
- The parser object that controls how the text line is parsed.
| Exception | Description |
|---|---|
| ArgumentNullException | Thrown if the parser argument is null. |
| InvalidLicenseException | Thrown if the component is not properly licensed to perform parsing. |
| FormatException | Thrown if the text line does not represent a well-formed MICR line. |
This method should be called each time a character is deleted using TextLineResult.DeleteCharacter, or if the text of a character result in this text line has been set using CharacterResult.Text.
