The maximum width or height to use with interpolation of an HTML5 Canvas Element.
Object.defineProperty(CanvasOptions.prototype, 'maximumInterpolationSize',
get: function(),
set: function(value)
)
static maximumInterpolationSize: number;
The maximum width or height of a canvas
when the element is interpolated. Default is 4096, representing
4096 pixels for width or height, whichever is greater.
When the Image or Canvas is being interpolated, this value indicates the maximum scaled size to use for that interpolation. If the input data is larger than the size in either width or height, the data will be scaled to meet the MaximumInterpolationSize. Lower values represent less data interpolation, and can decrease memory usage.
Refer to Image Viewer Interpolation for more information.
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