LEADTOOLS JavaScript (Leadtools)

ImageData Property (ImageProcessingCompletedEventArgs)

Show in webframe
Gets the result HTML5 canvas image data.
Syntax
get_imageData();
Object.defineProperty('imageData');

Property Value

TypeDescription
ImageDataHTML5 ImageData that contains the result of the current image processing function applied to the original image.
Remarks

Since ImageProcessing uses HTML5 web workers, the source image data passed to ImageProcessing.ImageData cannot be manipulated directly. Instead, you must subscribe to the ImageProcessing.Completed to obtain the result image data object.

For more information and an example, refer to ImageProcessing.

Example

For an example, refer to ImageProcessing.

See Also

Reference

ImageProcessingCompletedEventArgs Object
ImageProcessingCompletedEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.