Initializes a new instance of the RasterCommandProcessorProgressEventArgs class.
public RasterCommandProcessorProgressEventArgs(int percent,IRasterCommand command,int commandNumber,int totalCommands,RasterImage image,int imageNumber,int totalImages)
Public Function New( _ByVal percent As Integer, _ByVal command As Leadtools.Imageprocessing.IRasterCommand, _ByVal commandNumber As Integer, _ByVal totalCommands As Integer, _ByVal image As Leadtools.RasterImage, _ByVal imageNumber As Integer, _ByVal totalImages As Integer _)
public:RasterCommandProcessorProgressEventArgs(int percent,Leadtools.Imageprocessing.IRasterCommand^ command,int commandNumber,int totalCommands,Leadtools.RasterImage^ image,int imageNumber,int totalImages)
percent
The percentage completion of the current command.
command
The IRasterCommand object currently being executed.
commandNumber
The index of the current RasterCommand in the Commands collection.
totalCommands
The total number of commands to be executed.
image
The RasterImage object being processed.
imageNumber
The index of the current RasterImage in the Images collection.
totalImages
The total number of images to be processed.
For an example, refer to RasterCommandProcessor.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
