maximumInterpolationSize Property

Summary

The maximum width or height to use with interpolation of an HTML5 Canvas Element.

Syntax
TypeScript
JavaScript
Object.defineProperty(CanvasOptions.prototype, 'maximumInterpolationSize', 
	get: function(), 
	set: function(value) 
) 
static maximumInterpolationSize: number; 

Property Value

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.

Remarks

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.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly