Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Data Event
See Also 
Leadtools.ImageProcessing Namespace > ColorResolutionCommand Class : Data Event



Occurs during the ColorResolutionCommand, to provide the converted data.

Syntax

Visual Basic (Declaration) 
Public Event Data() As EventHandler(Of ColorResolutionCommandDataEventArgs)
Visual Basic (Usage)Copy Code
Dim instance As ColorResolutionCommand
Dim handler As EventHandler(Of ColorResolutionCommandDataEventArgs)
 
AddHandler instance.Data, handler
C++/CLI 
public:
event EventHandler<ColorResolutionCommandDataEventArgs>^ Data();

Example

For an example, refer to ColorResolutionCommand

Remarks

You can use this event to handle the converted image data that the ColorResolutionCommand has written to a buffer.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also