Occurs during the processing of the image processing commands.
public event EventHandler<RasterCommandProcessorProgressEventArgs> Progress
Public Event Progress As EventHandler(Of RasterCommandProcessorProgressEventArgs)
public:
event EventHandler<RasterCommandProcessorProgressEventArgs^>^ Progress
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.
Property | Description |
---|---|
Cancel | Determine how to process or cancel the current command. |
Command | Gets the RasterCommand object currently being executed. |
CommandNumber | Gets the index of the current RasterCommand in the Commands collection. |
Image | Gets the RasterImage object being processed. |
ImageNumber | Gets the index of the current RasterImage in the Images collection. |
Percent | Gets the percentage completion of the current command. |
TotalCommands | Gets the total number of commands to be executed. |
TotalImages | Gets the total number of images to be processed. |
You can use this event to get progress status, or to cancel the process.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document