Gets or sets the canvas that contains the raw image data before processing.
Object.defineProperty(ChunkData.prototype, 'backCanvas',
get: function(),
set: function(value)
)
backCanvas: HTMLCanvasElement;
CanvasElement that represents the canvas that contains the raw image data before processing.
when the image is downloaded is it is actually an RGB representation of the 16-bit data, the image is going to be printed as is on this canvas. To get the canvas that contains the data rendered on the screen, refer to Canvas
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