←Select platform

Progress Event

Summary
Occurs during the processing of the image processing commands.
Syntax
C#
C++/CLI
Python
public event EventHandler<RasterCommandProcessorProgressEventArgs> Progress 
public: 
event EventHandler<RasterCommandProcessorProgressEventArgs^>^ Progress 
def Progress(sender,e): # sender: RasterCommandProcessor e: RasterCommandProcessorProgressEventArgs 
Event Data

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

PropertyDescription
CancelDetermine how to process or cancel the current command.
CommandGets the RasterCommand object currently being executed.
CommandNumberGets the index of the current RasterCommand in the Commands collection.
ImageGets the RasterImage object being processed.
ImageNumberGets the index of the current RasterImage in the Images collection.
PercentGets the percentage completion of the current command.
TotalCommandsGets the total number of commands to be executed.
TotalImagesGets the total number of images to be processed.
Remarks

You can use this event to get progress status, or to cancel the process.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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