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
See Also