SmartZone v8.0 - Updated January 12, 2025
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.




Character Method (TextLineResult)
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)

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