←Select platform

SetFullTextSearchManager Method

Summary

Begin full text search manager support.

Syntax

C#
VB
C++
public void SetFullTextSearchManager( 
   IFullTextSearchManager manager, 
   string repositoryName, 
   string language 
) 
Public Sub SetFullTextSearchManager( 
   ByVal manager As IFullTextSearchManager, 
   ByVal repositoryName As String, 
   ByVal language As String 
) 
public:  
   void SetFullTextSearchManager( 
      IFullTextSearchManager^ manager, 
      String^ repositoryName, 
      String^ language 
   ) 

Parameters

manager

Instance of a class that implements IFullTextSearchManager here to enable the use of full text search during the recognition process.

repositoryName

Repository name to use with all full text search. If this is null, then the default repository without a name will be searched.

language

Optional language of the form. Passing null will default to "en-US" (or locale ID 1033).

Remarks

Call this method with an instance of a class that implements IFullTextSearchManager 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.Auto Assembly