ajaxOptions Property

Summary

An ImageLoaderAjaxOptions object to use when loading an image via AJAX.

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageLoader.prototype, 'ajaxOptions', 
	get: function(), 
	set: function(value) 
) 
ajaxOptions: ImageLoaderAjaxOptions; 

Property Value

An ImageLoaderAjaxOptions instance to use when loading an image via AJAX. The default value is a new instance of ImageLoaderAjaxOptions with default values.

Remarks

The ImageLoaderAjaxOptions object is only used when loading an image via AJAX with ImageLoaderUrlMode.AjaxDataUrl or ImageLoaderUrlMode.AjaxXml.

Alternatively, a custom XMLHttpRequest object can be supplied for the AJAX request with Xhr. These ImageLoaderAjaxOptions are added to Xhr between the PreRun and PreSend events.

See Run for more information.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly