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 byte[] getData()
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document