Gets the managed buffer containing one or more lines of output image data that the command has already converted.
public byte[] DataArray { get; }
Public ReadOnly Property DataArray As Byte()
public byte[] DataArray {get;}
public byte[] getDataArray()
get_DataArray();
public:
property array<byte>^ DataArray {
array<byte>^ get();
}
The buffer containing one or more lines of output image data that the command has already converted.
This property returns the data in a managed buffer. To get the data in an unmanaged buffer, use the Data 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