LEADTOOLS JavaScript (Leadtools)

Completed Event

Show in webframe
Occurs when the command finishes running.
Syntax
add_completed(function(sender, e))
completed.add(function(sender, e))
remove_completed(function(sender, e))
completed.remove(function(sender, e))
    
Event Data

The event handler receives an argument of type ImageProcessingCompletedEventArgs containing data related to this event. The following ImageProcessingCompletedEventArgs properties provide information specific to this event.

PropertyDescription
ImageData Gets the result HTML5 canvas image data.
Results Gets a dictionary that contains the extra results.
Remarks

This event will occur after the Run method is finished running. The event data will contain the destination image data and any optional results.

Example

For an example, refer to ImageProcessing.

Event Data
Parameter Type Description
sender 'var' The source of the event.
e ImageProcessingCompletedEventArgs The event data.
See Also

Reference

ImageProcessing Object
ImageProcessing Members

 

 


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