SmartZone v7.2 - Updated
Character Method (TextLineResult)




Accusoft.SmartZoneICR.Net Assembly > Accusoft.SmartZoneICRSdk 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.
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

Reference

TextLineResult Class
TextLineResult Members

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