FormFix v6.0 for .NET - Updated
FormModelIndex Property (IdentificationResult)



Accusoft.FormFixSdk Namespace > IdentificationResult Class : FormModelIndex Property
The zero-based index of the matching FormModel.
Syntax
'Declaration
 
Public ReadOnly Property FormModelIndex As Integer
'Usage
 
Dim instance As IdentificationResult
Dim value As Integer
 
value = instance.FormModelIndex
public int FormModelIndex {get;}
public:
property int FormModelIndex {
   int get();
}
Remarks
This property contains the zero-based index of the FormModel that best matches the unknown image. If the IdentificationProcessor decides that the best match is not good enough, it will set this property to -1.
See Also

Reference

IdentificationResult Class
IdentificationResult Members
State Property
FormModel Property
BestMatches Property

Is this page helpful?
Yes No
Thanks for your feedback.