Scripting Function - ProcessingSmoothingMode
Sets the smoothing mode that is applied to lines and curves and the edges of filled areas when processing images.
Syntax
ProcessingSmoothingMode smoothingmode As SmoothingModeValue
Parameters
smoothingmode - the smoothing mode
Example
The following example sets the smoothing mode to Anti Alias:
ProcessingSmoothingMode AntiAlias
Version Information
Supported in Multiple Image Resizer .NET v2.0.0.0
See Also