Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

Progress Event

Show in webframe
Occurs while the command is running to provide progress report.
Syntax
add_progress(function(sender, e))
progress.add(function(sender, e))
remove_progress(function(sender, e))
progress.remove(function(sender, e))
    

This event will occur after the Run method is called. The event data will contain progress percentage from 0 to 100.

Example

For an example, refer to ImageProcessing.

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

Reference

ImageProcessing Object
ImageProcessing Members

Error processing SSI file