Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

RakeRemove Event








Optional delegate method for additional processing.
Syntax
'Declaration
 
Public Event RakeRemove As EventHandler(Of RakeRemoveCommandEventArgs)
'Usage
 
Dim instance As RakeRemoveCommand
Dim handler As EventHandler(Of RakeRemoveCommandEventArgs)
 
AddHandler instance.RakeRemove, handler
add_RakeRemove(function(sender, e))
remove_RakeRemove(function(sender, e))

Event Data

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

PropertyDescription
Length Gets the length of the base line of the rake.
Region Gets a LEADTOOLS RasterRegion representing the rake to be removed.
Status Gets or sets a value that represents the status of the rake removal process.
Example
Refer to RakeRemoveCommand.
Requirements

Target Platforms

See Also

Reference

RakeRemoveCommand Class
RakeRemoveCommand Members

Error processing SSI file