public event EventHandler<ColorResolutionCommandDataEventArgs> Data
Public Event Data As EventHandler(Of ColorResolutionCommandDataEventArgs)
typedef void (^LTColorResolutionCommandDataEvent)(LTRasterImage * _Nullable image, NSInteger lines, NSData *data, BOOL *cancel)
- (BOOL)run:(LTRasterImage *)image
progress:(nullable LTRasterCommandProgress)progressHandler
dataEvent:(nullable LTColorResolutionCommandDataEvent)dataEventHandler
error:(NSError **)error
synchronized public void addColorResolutionCommandDataListener(ColorResolutionCommandDataListener listener)
synchronized public void removeColorResolutionCommandDataListener(ColorResolutionCommandDataListener listener)
public:
event EventHandler<ColorResolutionCommandDataEventArgs^>^ Data
The event handler receives an argument of type ColorResolutionCommandDataEventArgs containing data related to this event. The following ColorResolutionCommandDataEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Gets or sets a value indicating whether to abort the color resolution command. |
You can use this event to handle the converted image data that the ColorResolutionCommand has written to a buffer.
For an example, refer to ColorResolutionCommand
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document