progress Event

Summary

Occurs while the command is running to provide progress report.

Syntax

JavaScript Syntax
Object.defineProperty(ImageProcessing.prototype,'progress',  
	get: function(), 
	set: function(value) 
) 
function progress.add(function(sender, e)); 
function progress.remove(function(sender, e)); 
TypeScript Syntax
progress: void; 

Remarks

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
ParameterTypeDescription
sendervarThe source of the event.
eImageProcessingProgressEventArgsThe event data.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly