Accusoft.Forms1 - Updated
Character Method (TextLineResult)



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 the index of the TextLineResult.
Syntax
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
Public Function Character( _
   ByVal index As Integer _
) As CharacterResult
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.
Remarks

This method allows you access to a CharacterResult.

See Also

Reference

TextLineResult Class
TextLineResult Members