←Select platform

FullTextSearchManager Property

Summary

Full text search manager support.

Syntax

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

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

Leadtools.Forms.Recognition Assembly