Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

ImageLoader Object

Show in webframe
Properties  Methods  Events


The following tables list the members exposed by ImageLoader.

Public Constructors
 NameDescription
ImageLoader ConstructorInitializes a new ImageLoader.  
Top
Public Properties
 NameDescription
AjaxOptionsAn ImageLoaderAjaxOptions object to use when loading an image via AJAX.  
CanRunIndicates whether the ImageLoader instance can be run.  
ElementThe loaded element when Run is successful.  
ErrorAn error describing the reason for the image load failure from Run.  
HeightThe height of the successfully loaded Element.  
ImagesHolderThe HTML Element to use for temporary image loading, when necessary.  
IsHTMLImageElementGets a boolean indicating if Element exists and is an HTML Image Element, specifically.  
IsWorkingA boolean indicating whether the ImageLoader is trying to load an image.  
TagA reference object to distinguish ImageLoader instances.  
UrlThe URL to load for the image.  
UrlModeRepresents the type of loading that will occur when Run is called.  
WidthThe width of the successfully loaded Element.  
Top
Public Methods
 NameDescription
AbortAborts the current ImageLoader, guaranteeing that callbacks for Done, Fail, or Always will not be run.  
DisposeClears the ImageLoader instance.  
RunRuns the ImageLoader.  
Top
Public Events
 NameDescription
AlwaysOccurs after either the Done or Fail event handlers have fired.  
DoneOccurs when the image has loaded successfully.  
FailOccurs when the image has failed to load.  
PreRunOccurs when the Run method is called, sending out ImageLoaderPreRunEventArgs.  
Top
See Also

Reference

ImageLoader Object
Leadtools Namespace

Error processing SSI file