Clears the ImageLoader instance.
ImageLoader.prototype.dispose = function(
)
dispose(
): void;
Abort is called internally by Dispose, so calling both is unnecessary. Once Abort has been called, the ImageLoader is permanently unusable. Dispose will reset or clear all properties on ImageLoader, while Abort will maintain references or values for all properties. If the user does not wish to abort the image load, the best time to call Dispose is in the Always callback.
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