ajaxOptions Property

Summary

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

Syntax

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

Property Value

ImageLoaderAjaxOptions 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 ImageLoaderUrlMode.AjaxDataUrl or ImageLoaderUrlMode.AjaxXml.

See Run for more information.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly