SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / TextLineResult Class / Character 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
    Character Method (TextLineResult)
    In This Topic
    Gets the CharacterResult for a given index within the TextLineResult.
    Syntax
    'Declaration
     
    
    Public Function Character( _
       ByVal index As Integer _
    ) As CharacterResult
    'Usage
     
    
    Dim instance As TextLineResult
    Dim index As Integer
    Dim value As CharacterResult
     
    value = instance.Character(index)
    public CharacterResult Character( 
       int index
    )
    public: CharacterResult* Character( 
       int index
    ) 
    public:
    CharacterResult^ Character( 
       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 specified index is less than zero, or greater or equal to the number of results.
    Remarks

    This method allows you access to a CharacterResult.

    See Also