←Select platform

EnableObjects Method

Summary
Enables/disables the extraction of the objects (features) of the specified type.

Syntax
C#
C++/CLI
Java
Python
public void EnableObjects( 
   IList<string> objectTypeNames, 
   bool enable 
) 
public void enableObjects( 
   java.util.List<java.lang.String> string,  
   boolean booleanValue 
); 
public: 
void EnableObjects(  
   IList<String^>^ objectTypeNames, 
   bool enable 
)  
def EnableObjects(self,objectTypeNames,enable): 

Parameters

objectTypeNames
The name of the object type.

enable
true to enable object extraction; false to disable object extraction.

Requirements

Target Platforms

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

Leadtools.Forms.Recognition Assembly

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