The loaded image element, when Run is successful.
Object.defineProperty(ImageLoader.prototype, 'element',
get: function()
)
element: HTMLElement; // read-only
The loaded result of the ImageLoader request.
Once the image request within Run completes successfully, the loaded image will be made available at Element and the Done and Always events will be fired.
Depending on the ImageLoaderUrlMode, Element may be an HTMLImageElement, other HTML, or other XML (SVG). For regular image loading with ImageLoaderUrlMode.ImageUrl, Element will be WorkingImageElement.
This property is cleared when Dispose is called.
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