Gets the unmanaged buffer containing one or more lines of output image data that the command has already converted.
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();
}
The buffer containing one or more lines of output image data that the command has already converted.
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.
For an example, refer to ColorResolutionCommandDataEventArgs
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET