←Select platform

FullTextSearchManager Property

Summary

Full text search manager used set in the engine.

Syntax

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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly