The URL to load for the image.
Object.defineProperty(ImageLoader.prototype, 'url',
get: function(),
set: function(value)
)
url: string;
The URL to load for the image. Default value is null.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET