←Select platform

DotRemove Event

Summary

Optional delegate method for additional processing.

Syntax
C#
VB
Objective-C
C++
Java
public event EventHandler<DotRemoveCommandEventArgs> DotRemove 
Public Event DotRemove As EventHandler(Of DotRemoveCommandEventArgs) 
typedef void (^LTDotRemoveCommandStatus)(LTRasterImage *image, LTDotRemoveCommandEventArgs *args, LTRemoveStatus *status) 
 
- (BOOL)run:(LTRasterImage *)image 
   progress:(nullable LTRasterCommandProgress)progressHandler 
     status:(nullable LTDotRemoveCommandStatus)dotRemoveStatus 
      error:(NSError **)error 
public void addDotRemoveCommandListener(DotRemoveCommandListener listener) 
public void removeDotRemoveCommandListener(DotRemoveCommandListener listener) 
public: 
event EventHandler<DotRemoveCommandEventArgs^>^ DotRemove 

Event Data

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

PropertyDescription
BlackCount Gets the total number of black pixels in the dot being processed.

Example

Refer to DotRemoveCommand.

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