LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Data Event






Occurs during the ColorResolutionCommand, to provide the converted data. .NET support Silverlight support WinRT support
Syntax
'Declaration
 
Public Event Data As EventHandler(Of ColorResolutionCommandDataEventArgs)
'Usage
 
Dim instance As ColorResolutionCommand
Dim handler As EventHandler(Of ColorResolutionCommandDataEventArgs)
 
AddHandler instance.Data, handler
add_Data(function(sender, e))
remove_Data(function(sender, e))

Event 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.

PropertyDescription
Cancel Gets or sets a value indicating whether to abort the color resolution command. .NET support Silverlight support WinRT support
Data Gets the unmanaged buffer containing one or more lines of output image data that the command has already converted. .NET support WinRT support
DataArray Gets the managed buffer containing one or more lines of output image data that the command has already converted. .NET support Silverlight support WinRT support
Image Gets the source image being converted. .NET support Silverlight support WinRT support
Lines Gets the number of lines in the Data or DataArraybuffers. .NET support Silverlight support WinRT support
Remarks
You can use this event to handle the converted image data that the ColorResolutionCommand has written to a buffer.
Example
For an example, refer to ColorResolutionCommand
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColorResolutionCommand Class
ColorResolutionCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.