The maximum number of matches to return in the
IdentificationResult.BestMatches collection.
Syntax
public int MaximumIdentificationBestMatches {get; set;}
public: __property int get_MaximumIdentificationBestMatches();
public: __property void set_MaximumIdentificationBestMatches(
int value
);
public:
property int MaximumIdentificationBestMatches {
int get();
void set ( int value);
}
'Declaration
Public Property MaximumIdentificationBestMatches As Integer
'Usage
Dim instance As IdentificationProcessor
Dim value As Integer
instance.MaximumIdentificationBestMatches = value
value = instance.MaximumIdentificationBestMatches
See Also