Accusoft Pegasus
Accusoft.MicrXpress1.Net
AlternateText Method
See Also  Send Feedback
Accusoft.MicrXpressSdk Namespace > CharacterResult Class : AlternateText Method




index
The zero based index for the text string. An ArgumentOutOfRangeException will occur if the index is less than 0 or greater or equal to the NumberResults.
The alternate text string for the index of the CharacterResult.

Syntax

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

Parameters

index
The zero based index for the text string. An ArgumentOutOfRangeException will occur if the index is less than 0 or greater or equal to the NumberResults.

Return Value

The alternate text string corresponding to the index of the CharacterResult.

Exceptions

Exception Description
ArgumentOutOfRangeException Thrown if the specified value of the index argument is less than zero or greater or equal to the number of alternate results.

Remarks

This method allows you access to the alternate text string for the index.

See Also


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