Gets or sets the array that represents the full 16-bit image data.
Object.defineProperty(Frame.prototype, 'imageData',
get: function(),
set: function(value)
)
imageData: number[];
An array that represents the full 16-bit image data.
This should be full the image data in a non compressed form, the better way here is to use SetPNGDataSrc.
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