Processes the image dropped on this ImageViewer during a drag/drop operation.
ImageViewer.prototype.processDragDropUrl = function(
targetItem,
url
)
processDragDropUrl(
targetItem: ImageViewerItem,
url: string
): void; // protected
targetItem
The target item for the drop.
url
The url string being dropped.
This method is called by the viewer as the final step when a text containing URL is dropped into an item. The following is the default implementation (to customize it, create a new class that derives from ImageViewer and override this method):
If targetItem is null, then the viewer will create a new ImageViewerItem, set url into ImageViewerItem.Url and adds the item to the viewer.
If targetItem is not null then url will be set in ImageViewerItem.Url. In other words, the existing image in the item (if any) will be replaced.
For more information, refer to Image Viewer Drag and Drop.
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