Leadtools.Controls Namespace > CanvasOptions Object : MaximumInterpolationSize Property |
get_maximumInterpolationSize();
set_maximumInterpolationSize(value);
Object.defineProperty('maximumInterpolationSize');
Type | Description |
---|---|
int | 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.