C#
VB
Java
Objective-C
WinRT C#
C++
Handles border information that will be removed.
public event EventHandler<BorderRemoveCommandEventArgs> BorderRemove Public Event BorderRemove As EventHandler(Of BorderRemoveCommandEventArgs) public event EventHandler<BorderRemoveCommandEventArgs> BorderRemove typedef void (^LTBorderRemoveCommandStatus)(LTRasterImage *image, LTBorderRemoveCommandEventArgs *args, LTRemoveStatus *status)- (BOOL)run:(LTRasterImage *)imageprogress:(nullable LTRasterCommandProgress)progressHandlerstatus:(nullable LTBorderRemoveCommandStatus)borderRemoveStatuserror:(NSError **)error
public void addBorderRemoveCommandListener(BorderRemoveCommandListener listener)public void removeBorderRemoveCommandListener(BorderRemoveCommandListener listener)
add_BorderRemove(function(sender, e))remove_BorderRemove(function(sender, e))
public:event EventHandler<BorderRemoveCommandEventArgs^>^ BorderRemove
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.
| Property | Description |
|---|---|
| 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. |
Refer to BorderRemoveCommand.
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
