The URL to load for the image request.
Object.defineProperty(ImageLoader.prototype, 'url',
get: function(),
set: function(value)
)
url: string;
The URL to load for the image. Default value is null.
The Url property is required to be set before calling Run. By default, the UrlMode is ImageLoaderUrlMode.ImageUrl, so the provided Url will be set directly to the src
attribute of WorkingImageElement.
If the UrlMode is ImageLoaderUrlMode.AjaxDataUrl or ImageLoaderUrlMode.AjaxXml and the result image is
an HTML Image Element (IsHTMLImageElement is true), there is the chance that the src
attribute of Element will not be equal to the original Url; instead it may be a data/blob URI.
See Run and ImageLoaderUrlMode for more information. See ImgCrossOrigin for CORS discussions.
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