set_InterpolationMode Method
In This Topic
Sets or sets the interpolation algorithm, which should be used for drawing the image.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebDrawImageCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebInterpolationModeEnumJS
returnValue = instance.set_InterpolationMode(value);
Parameters
- value
- An instance of WebInterpolationModeEnumJS class. Default value is "HighQualityBilinear".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also