Accusoft.FormFix5.Net - Updated August 3, 2020
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
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