VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebImageScalingCommandJS type / set_InterpolationMode Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_InterpolationMode Method
In This Topic
Sets or sets the interpolation algorithm, which should be used for transforming the image.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebImageScalingCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: WebInterpolationModeEnumJS

returnValue = instance.set_InterpolationMode(value);

Parameters

value
An instance of WebInterpolationModeEnumJS class. Default value is "HighQualityBicubic".
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also