Accusoft.Forms1 - Updated
BestMatch Property



Accusoft.Forms Namespace > IdentificationResult Class : BestMatch Property
Gets or sets a value indicating the single matching form, if any.
Syntax
Public Property BestMatch As IdentificationComparisonInformation
Dim instance As IdentificationResult
Dim value As IdentificationComparisonInformation
 
instance.BestMatch = value
 
value = instance.BestMatch
public IdentificationComparisonInformation BestMatch {get; set;}
public:
property IdentificationComparisonInformation^ BestMatch {
   IdentificationComparisonInformation^ get();
   void set (    IdentificationComparisonInformation^ value);
}
Remarks
This property will only be set by the Processor if the State property is IdentificationState.MatchFound.
See Also

Reference

IdentificationResult Class
IdentificationResult Members
State Property