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