LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Progress Event (RasterCommandProcessor)






Occurs during the processing of the image processing commands. .NET support Silverlight support
Syntax
'Declaration
 
Public Event Progress As EventHandler(Of RasterCommandProcessorProgressEventArgs)
'Usage
 
Dim instance As RasterCommandProcessor
Dim handler As EventHandler(Of RasterCommandProcessorProgressEventArgs)
 
AddHandler instance.Progress, handler
add_Progress(function(sender, e))
remove_Progress(function(sender, e))

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
Cancel Determine how to process or cancel the current command. .NET support Silverlight support
Command Gets the IRasterCommand object currently being executed. .NET support Silverlight support
CommandNumber Gets the index of the current RasterCommand in the Commands collection. .NET support Silverlight support
Image Gets the Leadtools.RasterImage object being processed. .NET support Silverlight support
ImageNumber Gets the index of the current Leadtools.RasterImage in the Images collection. .NET support Silverlight support
Percent Gets the percentage completion of the current command. .NET support Silverlight support
TotalCommands Gets the total number of commands to be executed. .NET support Silverlight support
TotalImages Gets the total number of images to be processed. .NET support Silverlight support
Remarks
You can use this event to get progress status, or to cancel the process.
Example
For an example, refer to RasterCommandProcessor.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterCommandProcessor Class
RasterCommandProcessor Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.