←Select platform

LineRemove Event

Summary

Optional delegate method for additional processing.

Syntax
C#
VB
Objective-C
C++
Java
public event EventHandler<LineRemoveCommandEventArgs> LineRemove 
Public Event LineRemove As EventHandler(Of LineRemoveCommandEventArgs) 
typedef void (^LTLineRemoveCommandStatus)(LTRasterImage *image, LTLineRemoveCommandEventArgs *args, LTRemoveStatus *status) 
 
- (BOOL)run:(LTRasterImage *)image 
   progress:(nullable LTRasterCommandProgress)progressHandler 
     status:(nullable LTLineRemoveCommandStatus)lineRemoveStatus 
      error:(NSError **)error 
public void addLineRemoveCommandListener(LineRemoveCommandListener listener) 
public void removeLineRemoveCommandListener(LineRemoveCommandListener listener) 
public: 
event EventHandler<LineRemoveCommandEventArgs^>^ LineRemove 

Event Data

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

PropertyDescription
Image Gets an RasterImage object that references the affected image.

Example

Refer to LineRemoveCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly