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

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.