FormSuite v6.0 - Updated
MatchConfidence Property




Accusoft.FormsAPI.Net Assembly > Accusoft.Forms Namespace > IdentificationComparisonInformation Class : MatchConfidence Property
Gets or sets a value indicating the confidence that the filled form image matches the Form's template image at the given Orientation.
Syntax
'Declaration
 
Public Property MatchConfidence As Integer
'Usage
 
Dim instance As IdentificationComparisonInformation
Dim value As Integer
 
instance.MatchConfidence = value
 
value = instance.MatchConfidence
public int MatchConfidence {get; set;}
public: __property int get_MatchConfidence();
public: __property void set_MatchConfidence( 
   int value
);
public:
property int MatchConfidence {
   int get();
   void set (    int value);
}
See Also

Reference

IdentificationComparisonInformation Class
IdentificationComparisonInformation Members

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