A callback used to access binary data from an ImageLoaderUrlMode.ajaxDataUrl response.
Object.defineProperty(ImageLoader.prototype, 'processAjaxData',
get: function(),
set: function(value)
)
processAjaxData: ImageLoaderProcessAjaxDataCallback;
An ImageLoaderProcessAjaxDataCallback callback function. The default value is a callback function that immediately sends the byte array forward.
When using an ImageLoaderUrlMode.ajaxDataUrl for requests, image data is requested in binary format (as an ArrayBuffer
which becomes an Uint8Array
). In the event that this data needs to be modified on the client before the element is created (for use with encryption of image data between client and service, for example), processAjaxData provides the byte array and a function to be called that takes a byte array and forwards it to the rest of the response implementation.
The default implementation is as follows:
See run for more information.
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