←Select platform

InvertedText Event

Summary
Optional delegate method for additional processing.
Syntax
C#
VB
Objective-C
C++
Java
public event EventHandler<InvertedTextCommandEventArgs> InvertedText 
Public Event InvertedText As EventHandler(Of InvertedTextCommandEventArgs) 
typedef void (^LTInvertedTextCommandStatus)(LTRasterImage *image, LTInvertedTextCommandEventArgs *args, LTRemoveStatus *status) 
 
- (BOOL)run:(LTRasterImage *)image 
   progress:(nullable LTRasterCommandProgress)progressHandler 
     status:(nullable LTInvertedTextCommandStatus)invertedTextStatus 
      error:(NSError **)error 
public void addInvertedTextCommandListener(InvertedTextCommandListener listener) 
public void removeInvertedTextCommandListener(InvertedTextCommandListener listener) 
public: 
event EventHandler<InvertedTextCommandEventArgs^>^ InvertedText 
Event Data

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

PropertyDescription
BlackCount Gets the total number of black pixels in the inverted text region being processed.
Example

Refer to InvertedTextCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.