Accusoft.MICRXpress1.ActiveX Accusoft Pegasus
Delete Results
Send Feedback  
How To > Determine Results > Delete Results

Glossary Item Box

Delete Results

You can delete a specific CharacterResult from a TextLineResult or a specific TextLineResult from the TextBlockResult with the TextBlockResultDeleteTextLine and TextLineResultDeleteCharacter methods.

  • Deleting a character from a text line will result in any parsing results being lost. The text line will need to be reparsed to access parsing results.
  • When you delete a character result from a text line result, the index of subsequent character results in the text line result is reduced by 1.
  • When you delete a text line result from a text block result, the index of subsequent text line results in the text block result is reduced by 1.
VB Example 1 Copy Code
...
myMICRXpressObject.TextBlockResultDeleteTextLine 0
...
Example 2 Copy Code
...
myMICRXpressObject.TextBlockResultSelectTextLine 0
myMICRXpressObject.TextLineResultDeleteCharacter 0
...

 

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