Specifies how an image should be loaded when this item is provided a URL.
Object.defineProperty(ImageViewerItem.prototype, 'loadUrlMode',
get: function(),
set: function(value)
)
loadUrlMode: ImageLoaderUrlMode;
Specifies how an image should be loaded when this item is provided a URL. Default value is ImageLoaderUrlMode.ImageUrl.
When Url is set and an HTML Image Element needs to be created and loaded with the URL, LoadUrlMode dictates how the loading will occur. It will also dictate how an image is reloaded when AutoRemoveItemElements is true. See ImageLoaderUrlMode for the differences in loading strategies.
When used in conjunction with ImageLoading, the user can have full control over how the new image is loaded.
LoadImageUrlMode exists as a helper property for applications that use ImageViewer in single item mode. For more information, refer to Image Viewer in Single Item Mode.
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