←Select platform

Data Property

Summary

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

Syntax

C#
VB
Java
WinRT C#
C++
public IntPtr Data { get; } 
Public ReadOnly Property Data As IntPtr 
public IntPtr Data {get;} 
public byte[] getData() 
 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly