Indicates whether to send credentials with the XMLHttpRequest for an image.
Object.defineProperty(ImageLoader.prototype, 'ajaxWithCredentials',
get: function(),
set: function(value)
)
ajaxWithCredentials: boolean;
true if the image should send credentials with the image; false otherwise. The default value is DefaultAjaxWithCredentials, which is false.
This property is only useful for AJAX with ImageLoaderUrlMode.AjaxDataUrl or ImageLoaderUrlMode.AjaxXml. For ImageLoaderUrlMode.ImageUrl, see DefaultImgCrossOrigin and ImgCrossOrigin.
The ImageLoader's AjaxWithCredentials value is the actual value used in setting the XMLHttpRequest.withCredentials
property in Xhr.
Each new instance of ImageLoader will set AjaxWithCredentials to the current value of the static DefaultAjaxWithCredentials.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document