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




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

Syntax

Visual Basic (Declaration)  
Public Function TryParse( _
   ByVal parser As Parser _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As TextLineResult
Dim parser As Parser
Dim value As Boolean
 
value = instance.TryParse(parser)
C#  
public bool TryParse( 
   Parser parser
)
Managed Extensions for C++  
public: bool TryParse( 
   Parser* parser
) 
C++/CLI  
public:
bool TryParse( 
   Parser^ parser
) 

Parameters

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

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.