←Select platform

Search Method (SqlServerFullTextSearchManager)

Summary

Searches the full text database for candidates.

Syntax

C#
VB
C++
public virtual System.Collections.Generic.IList<Leadtools.Forms.Recognition.FullTextSearchItem> Search( 
   FullTextSearchItem item 
) 
Public Overridable Function Search( 
   ByVal item As FullTextSearchItem 
) As System.Collections.Generic.IList(Of Leadtools.Forms.Recognition.FullTextSearchItem) 
public:  
   virtual System::Collections::Generic::IList<Leadtools::Forms::Recognition::FullTextSearchItem^>^ Search( 
      FullTextSearchItem^ item 
   ) 

Parameters

item

Properties of the item(s) to search. Must not be null.

Return Value

List of candidates sorted by rank.

Remarks

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

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Forms.Recognition Assembly
Click or drag to resize