Gets or sets a value that indicates whether to allow partial drop of annotation objects between multiple containers.
Object.defineProperty(AnnAutomationManager.prototype, 'enablePartialDrop',
get: function(),
set: function(value)
)
enablePartialDrop: boolean;
true to allow partial drop of annotation objects between multiple containers; otherwise, false. The default value is true.
This property is used to control the behavior if an annotation object is dragged then dropped so that part of it is outside any of the boundaries of containers.
When the value is true (the default), the drop operation is successful but the object position will be adjusted so its boundary is completely enclosed inside the container it was dropped in (the target container).
When the value is false, the drop operation is aborted and the object is moved back to its source container and its position reset back to the original values before has drag started.
This property is only used when the value of AnnAutomation.EnableDragDrop is true.
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