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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document