←Select platform

Managers Property

Summary

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

Syntax
C#
C++/CLI
Java
Python
public AutoFormsRecognitionManager Managers { get; set; } 
public:  
   property AutoFormsRecognitionManager^ Managers 
   { 
      AutoFormsRecognitionManager^ get() 
      void set(AutoFormsRecognitionManager^ value) 
   } 
public int getManagers(); 
public void setManagers( 
   int intValue 
); 
Managers # get and set (AutoFormsEngineCreateOptions) 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly

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