Enables/disables the extraction of the objects (features) of the specified type.
Syntax
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
)
objectTypeNames
The name of the object type.
enable
true to enable object extraction; false to disable object extraction.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document