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

Show in webframe

BorderRemove Event








Handles border information that will be removed.
Syntax
public event EventHandler<BorderRemoveCommandEventArgs> BorderRemove
'Declaration
 
Public Event BorderRemove As EventHandler(Of BorderRemoveCommandEventArgs)
'Usage
 
Dim instance As BorderRemoveCommand
Dim handler As EventHandler(Of BorderRemoveCommandEventArgs)
 
AddHandler instance.BorderRemove, handler
public event EventHandler<BorderRemoveCommandEventArgs> BorderRemove
typedef void (^LTBorderRemoveCommandStatus)(LTRasterImage *image, LTBorderRemoveCommandEventArgs *args, LTRemoveStatus *status)

- (BOOL)run:(LTRasterImage *)image
   progress:(nullable LTRasterCommandProgress)progressHandler
     status:(nullable LTBorderRemoveCommandStatus)borderRemoveStatus
      error:(NSError **)error
            
public void addBorderRemoveCommandListener(BorderRemoveCommandListener listener)
public void removeBorderRemoveCommandListener(BorderRemoveCommandListener listener)
            
add_BorderRemove(function(sender, e))
remove_BorderRemove(function(sender, e))

Event Data

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

PropertyDescription
Border Gets a flag that indicates which border is being processed.
BoundingRectangle Gets a LeadRect structure that contains the bounding rectangle of the border being processed.
Image Gets the RasterImage object that references the affected image.
Region Gets the LEADTOOLS RasterRegion representing the border to be removed.
Status Gets or sets the status of the border remove process.
Example
Refer to BorderRemoveCommand.
Requirements

Target Platforms

See Also

Reference

BorderRemoveCommand Class
BorderRemoveCommand Members

Error processing SSI file