Scripting Function - ProcessingInterpolationMode
Sets the interpolation mode that is used to calculate new pixel values when processing images.
Syntax
ProcessingInterpolationMode interpolationmode As InterpolationModeValue
Parameters
interpolationmode - the interpolation mode
Example
The following example sets the interpolation mode to Bicubic High Quality:
ProcessingInterpolationMode HighQualityBicubic
Version Information
Supported in Multiple Image Resizer .NET v2.0.0.0
See Also