SmartZone v8.0 - Updated
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.




In This Topic
    DeleteCharacter Method (TextLineResult)
    In This Topic
    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