VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebResizeCommandJS type / get_InterpolationMode Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_InterpolationMode Method
In This Topic
Gets the interpolation algorithm, which should be used for resizing the image.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebResizeCommandJS();

var value; // Type: Vintasoft.Shared.WebInterpolationModeEnumJS
value = instance.get_InterpolationMode();

Return Value

An instance of WebInterpolationModeEnumJS class. Default value is "HighQualityBicubic".
Browser Compatibility
56+
45+
11
See Also