Accusoft.Forms1 - Updated
MatchConfidence Property



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 MatchConfidence {
   int get();
   void set (    int value);
}
See Also

Reference

IdentificationComparisonInformation Class
IdentificationComparisonInformation Members