LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Data Property (ColorResolutionCommandDataEventArgs)






Gets the unmanaged buffer containing one or more lines of output image data that the command has already converted. .NET support WinRT support
Syntax
public IntPtr Data {get;}
'Declaration
 
Public ReadOnly Property Data As IntPtr
'Usage
 
Dim instance As ColorResolutionCommandDataEventArgs
Dim value As IntPtr
 
value = instance.Data
public IntPtr Data {get;}
 get_Data(); 
public:
property IntPtr Data {
   IntPtr get();
}

Property Value

The buffer containing one or more lines of output image data that the command has already converted.
Remarks

This property returns the data in an unmanaged buffer. You can use the Marshal.Copy method to copy this data to a managed buffer.

To get the data in a managed array, use the DataArray property.

Example
For an example, refer to ColorResolutionCommandDataEventArgs
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

ColorResolutionCommandDataEventArgs Class
ColorResolutionCommandDataEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

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