An ImageLoaderAjaxOptions object to use when loading an image via AJAX.
Object.defineProperty(ImageLoader.prototype, 'ajaxOptions',
get: function(),
set: function(value)
)
ajaxOptions: ImageLoaderAjaxOptions;
ImageLoaderAjaxOptions object to use when loading an image via AJAX. Default value is a new instance of ImageLoaderAjaxOptions initialized to default values.
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 ImageLoaderUrlMode.AjaxDataUrl or ImageLoaderUrlMode.AjaxXml.
See Run for more information.