Accusoft Pegasus
Accusoft.MicrXpress1.Net
Character Method
See Also  Send Feedback
Accusoft.MicrXpressSdk Namespace > TextLineResult Class : Character Method




index
The zero based index for the CharacterResult. A System.ArgumentOutOfRangeException will occur if the index less than 0 or greater or equal to the NumberCharacters.
Gets the CharacterResult for the index of the TextLineBase.

Syntax

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

Parameters

index
The zero based index for the CharacterResult. A System.ArgumentOutOfRangeException will occur if the index less than 0 or greater or equal to the NumberCharacters.

Return Value

CharacterResult at the given index.

Exceptions

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

Remarks

This method allows you access to a CharacterResult.

See Also


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