Accusoft Pegasus
Accusoft.MicrXpress1.Net
StartIndex Property
See Also  Send Feedback
Accusoft.MicrXpressSdk Namespace > MicrFieldResult Class : StartIndex Property




Gets a value indicating the index into the owning TextLineResult's collection of CharacterResults, which is the first CharacterResult that comprises this MicrFieldResult.

Syntax

Visual Basic (Declaration)  
Public ReadOnly Property StartIndex As Integer
Visual Basic (Usage) Copy Code
Dim instance As MicrFieldResult
Dim value As Integer
 
value = instance.StartIndex
C#  
public int StartIndex {get;}
Managed Extensions for C++  
public: __property int get_StartIndex();
C++/CLI  
public:
property int StartIndex {
   int get();
}

Remarks

Note: This value may not be correct if any CharacterResults in the owning TextLineResult have been deleted (TextLineResult.DeleteCharacter), or if if any of the CharacterResults have had their text value changed.

See Also


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