←Select platform

Select Method

Summary

Returns matching forms with content.

Syntax
C#
C++/CLI
Java
Python
public virtual IList<FullTextSearchItem> Select( 
   FullTextSearchItem item 
) 
public:  
   virtual System::Collections::Generic::IList<Leadtools::Forms::Recognition::FullTextSearchItem^>^ Select( 
      FullTextSearchItem^ item 
   ) 
public java.util.List<FullTextSearchItem> select( 
   FullTextSearchItem item 
); 
def Select(self,item): 

Parameters

item

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

Return Value

The items found.

Remarks

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

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2025 Apryse Sofware Corp. All Rights Reserved.

Leadtools.Forms.Recognition Assembly
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2025 Apryse Sofware Corp. All Rights Reserved.