Delete Results
You can delete a specific CharacterResult from a TextLineResult or a specific TextLineResult from the TextBlockResult with the TextBlockResultDeleteTextLine and TextLineResultDeleteCharacter methods.
![]() |
|
| VB Example 1 | Copy Code |
|---|---|
|
... myMICRXpressObject.TextBlockResultDeleteTextLine 0 ... | |
| Example 2 | Copy Code |
|---|---|
|
... myMICRXpressObject.TextBlockResultSelectTextLine 0 myMICRXpressObject.TextLineResultDeleteCharacter 0 ... | |

