Accusoft Pegasus
Accusoft.MicrXpress1.Net
Parse Method
See Also  Send Feedback
Accusoft.MicrXpressSdk Namespace > TextLineResult Class : Parse Method




parser
The parser object that controls how the text line is parsed.
Parses the text line result

Syntax

Visual Basic (Declaration)  
Public Sub Parse( _
   ByVal parser As Parser _
) 
Visual Basic (Usage) Copy Code
Dim instance As TextLineResult
Dim parser As Parser
 
instance.Parse(parser)
C#  
public void Parse( 
   Parser parser
)
Managed Extensions for C++  
public: void Parse( 
   Parser* parser
) 
C++/CLI  
public:
void Parse( 
   Parser^ parser
) 

Parameters

parser
The parser object that controls how the text line is parsed.

Exceptions

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.

Remarks

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.

See Also


©2009. Pegasus Imaging Corporation, DBA Accusoft Pegasus. All Rights Reserved.