←Select platform

FullTextSearchManager Property

Summary

Full text search manager used set in the engine.

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

public IFullTextSearchManager getFullTextSearchManager(); 
setFullTextSearchManager( 
   IFullTextSearchManager,  
   java.lang.String,  
   java.lang.String 
); 

Property Value

The same full text search manager instance passed in the SetFullTextSearchManager method, or null if none was used.

Remarks

Get the instance of a class that implements IFullTextSearchManager from this property. 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.Auto Assembly

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