Accusoft Pegasus
Accusoft.MicrXpress1.Net
TextLine Method
See Also  Send Feedback
Accusoft.MicrXpressSdk Namespace > TextBlockResult Class : TextLine Method




index
The zero based index for the TextLineResult. A System.ArgumentOutOfRangeException will be thrown if the index is less than 0 or greater or equal to the NumberTextLines.
Gets the TextLineResult a the specified index in the TextBlockResult.

Syntax

Visual Basic (Declaration)  
Public Function TextLine( _
   ByVal index As Integer _
) As TextLineResult
Visual Basic (Usage) Copy Code
Dim instance As TextBlockResult
Dim index As Integer
Dim value As TextLineResult
 
value = instance.TextLine(index)
C#  
public TextLineResult TextLine( 
   int index
)
Managed Extensions for C++  
public: TextLineResult* TextLine( 
   int index
) 
C++/CLI  
public:
TextLineResult^ TextLine( 
   int index
) 

Parameters

index
The zero based index for the TextLineResult. A System.ArgumentOutOfRangeException will be thrown if the index is less than 0 or greater or equal to the NumberTextLines.

Return Value

The TextLineResult for the specified index.

Exceptions

Exception Description
ArgumentOutOfRangeException Thrown when the index argument is less than zero or greater or equal to the number of text lines.

Remarks

This method allows you access to a specific TextLineResult.

See Also


©2009. Pegasus Imaging Corporation, DBA Accusoft Pegasus. All Rights Reserved.