SmartZone v8.0 - Updated January 12, 2025
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk 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.




TextLine Method (TextBlockResult)
Gets the TextLineResult for a given index within the TextBlockResult.
Syntax
'Declaration
 
Public Function TextLine( _
   ByVal index As Integer _
) As TextLineResult
 
'Usage
 
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.
Exceptions
ExceptionDescription
The specified index is less than zero, or greater or equal to the number of text line results.
Remarks

This method allows you access to a TextLineResult.

See Also