←Select platform

FullTextSearchManager Property

Summary

Full text search manager support.

Syntax
C#
VB
C++
Java
public IFullTextSearchManager FullTextSearchManager { get; set; } 
Public Property FullTextSearchManager() As IFullTextSearchManager 
   Get 
   Set 
public:  
   property IFullTextSearchManager^ FullTextSearchManager 
   { 
      IFullTextSearchManager^ get() 
      void set(IFullTextSearchManager^ value) 
   } 

public IFullTextSearchManager getFullTextSearchManager(); 
public void setFullTextSearchManager( 
   IFullTextSearchManager iFullTextSearchManager 
); 

Property Value

Full text search manager. Default value is null.

Remarks

Set an instance of a class that implements IFullTextSearchManager here to enable the use of full text search during the recognition process. For more information, refer to Speeding Up Forms Recognition Using the Full Text Search Feature.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly