←Select platform

FullTextSearchMaximumCandidates Property

Summary

The maximum number of matches (candidates) to return.

Syntax
C#
VB
C++
Java
public int FullTextSearchMaximumCandidates { get; set; } 
Public Property FullTextSearchMaximumCandidates() As Integer 
   Get 
   Set 
public:  
   property int FullTextSearchMaximumCandidates 
   { 
      int get() 
      void set(int value) 
   } 
public int getFullTextSearchMaximumCandidates(); 
public void setFullTextSearchMaximumCandidates( 
   int intValue 
); 

Property Value

The default value is 3. Must be a number greater than or equal to 0.

Remarks

Used during GetFullTextSearchCandidatesForm and GetFullTextSearchCandidatesPage to filter out the candidates.

For more information, refer to Speeding Up Forms Recognition Using the Full Text Search Feature.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.