Accusoft.FormFix5.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 get_FormModelIndex();
public: __property void set_FormModelIndex( 
   int value
);
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