Leadtools.Forms.Recognition Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
EnableObjects Method
See Also 
Leadtools.Forms.Recognition Namespace > RecognitionObjectsManager Class : EnableObjects Method



objectTypeNames
The name of the object type.
enable
true to enable object extraction; false to disable object extraction.
objectTypeNames
The name of the object type.
enable
true to enable object extraction; false to disable object extraction.
Enables/disables the extraction of the objects (features) of the specified type.

Syntax

Visual Basic (Declaration) 
Public Sub EnableObjects( _
   ByVal objectTypeNames As IList(Of String), _
   ByVal enable As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As RecognitionObjectsManager
Dim objectTypeNames As IList(Of String)
Dim enable As Boolean
 
instance.EnableObjects(objectTypeNames, enable)
C# 
public void EnableObjects( 
   IList<string> objectTypeNames,
   bool enable
)
C++/CLI 
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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Forms requires a Forms Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features