ImageLoaderProcessAjaxDataCallback Delegate

Summary

A callback type for use with ImageLoader.processAjaxData.

Syntax
TypeScript
JavaScript
function lt.ImageLoaderProcessAjaxDataCallback( 
   imageLoader, 
   data, 
   next 
) 
interface lt.ImageLoaderProcessAjaxDataCallback { 
	( 
   imageLoader: ImageLoader, 
   data: any, 
   next: (arg: any) => any 
): void; 
} 

Parameters

imageLoader

The ImageLoader used in the request.

data

The binary data for the image, as a Uint8Array type.

next

A callback function to be used to continue with the byte array after any changes have been made.

Remarks

See ImageLoader.processAjaxData for more information.

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

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

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.