Accusoft.SmartZoneOCR5.Net - Updated
TextLine Method






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