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



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

Reference

IdentificationResult Class
IdentificationResult Members
State Property
FormModelIndex Property

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