Gets the resized version of the image data ImageData
Object.defineProperty(WindowLevelData.prototype, 'resizedImageData',
get: function(),
set: function(value)
)
resizedImageData: ImageData;
ImageData that represents the resized version of the canvas ImageData
The resized image data contains a value only if the ResizeFactor value is set to either 1 or 2.
The resized version helps the medical viewer to operate faster by processing a smaller version of the image.
You can set the data in compressed PNG form, refer to Image.
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