Accusoft.SmartZoneOCR5.Net - Updated
Character Method






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.
Gets the CharacterResult for the index of the TextLineResult.
Syntax
'Declaration
 
<System.Diagnostics.DebuggerStepThroughAttribute()>
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
Public Function Character( _
   ByVal index As System.Integer _
) As CharacterResult
'Usage
 
Dim instance As TextLineResult
Dim index As System.Integer
Dim value As CharacterResult
 
value = instance.Character(index)
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public CharacterResult Character( 
   System.int index
)
public function Character( 
    index: System.Integer
): CharacterResult; 
System.Diagnostics.DebuggerStepThroughAttribute()
System.Diagnostics.DebuggerNonUserCodeAttribute()
public function Character( 
   index : System.int
) : CharacterResult;
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public: CharacterResult* Character( 
   System.int index
) 
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public:
CharacterResult^ Character( 
   System.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.
Remarks

This method allows you access to a CharacterResult.

See Also

Reference

TextLineResult Class
TextLineResult Members