←Select platform

EnableObjects Method

Summary
Enables/disables the extraction of the objects (features) of the specified type.
Syntax
C#
VB
C++
Java
public void EnableObjects( 
   IList<string> objectTypeNames, 
   bool enable 
) 
  
Public Sub EnableObjects( _ 
   ByVal objectTypeNames As IList(Of String), _ 
   ByVal enable As Boolean _ 
)  
public void enableObjects( 
   java.util.List<java.lang.String> string,  
   boolean booleanValue 
); 
public: 
void EnableObjects(  
   IList<String^>^ objectTypeNames, 
   bool 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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly

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