Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

AjaxOptions Property

Show in webframe
An ImageLoaderAjaxOptions object to use when loading an image via AJAX.
Syntax
get_ajaxOptions();
set_ajaxOptions(value);
Object.defineProperty('ajaxOptions');

Property Value

TypeDescription
ImageLoaderAjaxOptionsImageLoaderAjaxOptions object to use when loading an image via AJAX. Default value is a new instance of ImageLoaderAjaxOptions initialized to default values.
Remarks

AjaxOptions is instantiated with an empty ImageLoaderAjaxOptions object when a new instance of ImageLoader is created. The ImageLoaderAjaxOptions object is only used when loading an image via AJAX with AjaxDataUrl or AjaxXml.

See Run for more information.

Example
See ImageLoader for an example.
See Also

Reference

ImageLoader Object
ImageLoader Members

Error processing SSI file