FormSuite v6.0 - Updated
BestMatch Property




Accusoft.FormsAPI.Net Assembly > Accusoft.Forms Namespace > IdentificationResult Class : BestMatch Property
Gets or sets a value indicating the single matching form, if any.
Syntax
'Declaration
 
Public Property BestMatch As IdentificationComparisonInformation
'Usage
 
Dim instance As IdentificationResult
Dim value As IdentificationComparisonInformation
 
instance.BestMatch = value
 
value = instance.BestMatch
public IdentificationComparisonInformation BestMatch {get; set;}
public: __property IdentificationComparisonInformation* get_BestMatch();
public: __property void set_BestMatch( 
   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

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