←Select platform

EnableObjects Method

Summary

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

Syntax

C#
VB
C++
public void EnableObjects( 
   IList<string> objectTypeNames, 
   bool enable 
) 
  
Public Sub EnableObjects( _ 
   ByVal objectTypeNames As IList(Of String), _ 
   ByVal enable As Boolean _ 
)  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly