Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

MaximumInterpolationSize Property

Show in webframe
The maximum width or height to use with interpolation of an HTML5 Canvas Element.
Syntax
get_maximumInterpolationSize();
set_maximumInterpolationSize(value);
Object.defineProperty('maximumInterpolationSize');

Property Value

TypeDescription
intThe 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.

See Also

Reference

CanvasOptions Object
CanvasOptions Members

Error processing SSI file