Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

Dispose Method

Show in webframe
Clears the ImageLoader instance.
Syntax
 function Leadtools.ImageLoader.dispose()
Remarks

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.

Example
See ImageLoader for an example.
See Also

Reference

ImageLoader Object
ImageLoader Members

Error processing SSI file