Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools.ImageProcessing Namespace > ColorResolutionCommandDataEventArgs Class : Data Property |
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;}
public byte[] getData()
get_Data();
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.