progress Event

Summary

Occurs while the command is running to provide progress report.

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageProcessing.prototype,'progress',  
	get: function(), 
	set: function(value) 
) 
progress: LeadEvent; 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly