Represents the type of loading that will occur when Run is called.
Object.defineProperty(ImageLoader.prototype, 'urlMode',
get: function(),
set: function(value)
)
urlMode: ImageLoaderUrlMode;
The type of loading that will occur when Run is called. Default value is ImageLoaderUrlMode.ImageUrl.
Run kicks off the ImageLoader using the provided ImageLoaderUrlMode enum value. See ImageLoaderUrlMode for more information on the differences between each type of image loading.
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