Accusoft.Forms1 - Updated
TextLine Method (TextBlockResult)



Accusoft.SmartZoneOCRSdk Namespace > TextBlockResult Class : TextLine Method
The zero based index for the TextLineResult. An System.ArgumentOutOfRangeException will occur if the index less than 0 or greater or equal to the NumberTextLines.
Gets the TextLineResult for the index of the TextBlockResult.
Syntax
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Function TextLine( _
   ByVal index As Integer _
) As TextLineResult
Dim instance As TextBlockResult
Dim index As Integer
Dim value As TextLineResult
 
value = instance.TextLine(index)

Parameters

index
The zero based index for the TextLineResult. An System.ArgumentOutOfRangeException will occur if the index less than 0 or greater or equal to the NumberTextLines.
Remarks

This method allows you access to a TextLineResult.

See Also

Reference

TextBlockResult Class
TextBlockResult Members