SmartZone v6.1 for .NET - Updated
DeleteCharacter Method (TextLineResult)




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > TextLineResult Class : DeleteCharacter Method
The zero based index for the CharacterResult. An System.ArgumentOutOfRangeException will occur if the index less than 0 or greater or equal to the NumberCharacters.
Deletes the CharacterResult entry for a specified index within the TextLineResult.
Syntax
'Declaration
 
Public Sub DeleteCharacter( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As TextLineResult
Dim index As Integer
 
instance.DeleteCharacter(index)
public void DeleteCharacter( 
   int index
)
public: void DeleteCharacter( 
   int index
) 
public:
void DeleteCharacter( 
   int index
) 

Parameters

index
The zero based index for the CharacterResult. An System.ArgumentOutOfRangeException will occur if the index less than 0 or greater or equal to the NumberCharacters.
Exceptions
ExceptionDescription
The index 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.
See Also

Reference

TextLineResult Class
TextLineResult Members

Is this page helpful?
Yes No
Thanks for your feedback.