←Select platform

Managers Property

Summary

Object Managers to be used to recognize forms and generate Master Forms attributes.

Syntax
C#
VB
C++
Java
public AutoFormsRecognitionManager Managers { get; set; } 
Public Property Managers() As AutoFormsRecognitionManager 
   Get 
   Set 
public:  
   property AutoFormsRecognitionManager^ Managers 
   { 
      AutoFormsRecognitionManager^ get() 
      void set(AutoFormsRecognitionManager^ value) 
   } 
public int getManagers(); 
setManagers( 
   int 
); 

Property Value

Default value is AutoFormsRecognitionManager.None.

Remarks

Managers will be used by GenerateMasterFormAttributes to generate the master form attributes.

AutoFormsEngine will use the value of Managers to create the one or more RecognitionObjectsManager derived objects to be used during recognition.

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.Auto Assembly