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




Gets a value indicating the number of CharacterResults that comprise this MICRFieldResult.

Syntax

Visual Basic (Declaration)  
Public ReadOnly Property Length As Integer
Visual Basic (Usage) Copy Code
Dim instance As MicrFieldResult
Dim value As Integer
 
value = instance.Length
C#  
public int Length {get;}
Managed Extensions for C++  
public: __property int get_Length();
C++/CLI  
public:
property int Length {
   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.