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




index
The zero based index for the CharacterResult. A System.ArgumentOutOfRangeException will occur if the index less than 0 or greater or equal to the NumberCharacters.
Deletes the CharacterResult for the index on the TextLineResult

Syntax

Visual Basic (Declaration)  
Public Sub DeleteCharacter( _
   ByVal index As Integer _
) 
Visual Basic (Usage) Copy Code
Dim instance As TextLineResult
Dim index As Integer
 
instance.DeleteCharacter(index)
C#  
public void DeleteCharacter( 
   int index
)
Managed Extensions for C++  
public: void DeleteCharacter( 
   int index
) 
C++/CLI  
public:
void DeleteCharacter( 
   int index
) 

Parameters

index
The zero based index for the CharacterResult. A System.ArgumentOutOfRangeException will occur if the index less than 0 or greater or equal to the NumberCharacters.

Exceptions

Exception Description
ArgumentOutOfRangeException Thrown when the index argument is less than zero or greater or equal to the number of characters.

Remarks

This method allows you to make corrections to the text of the text line.

If the TextLineResult has previously been parsed, a call to this method will remove parsing results stored in the TextLineResult.

See Also


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