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



Accusoft.FormFixSdk Namespace > IdentificationMatch Class : FormModelIndex Property
The zero-based index of a FormModel.
Syntax
'Declaration
 
Public Property FormModelIndex As Integer
'Usage
 
Dim instance As IdentificationMatch
Dim value As Integer
 
instance.FormModelIndex = value
 
value = instance.FormModelIndex
public int FormModelIndex {get; set;}
public:
property int FormModelIndex {
   int get();
   void set (    int value);
}
Remarks

This value can be supplied to the IdentificationResult.GetOtherRegistrationResult and IdentificationResult.GetConfidence methods to get more information about the match.

This property contains the zero-based index of a FormModel. This indicates the FormModel that the IdentificationProcessor object compared the unknown image to.

Valid range: From 0 to one less than the number of form models in the collection.

Default value: -1

See Also

Reference

IdentificationMatch Class
IdentificationMatch Members

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