VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebImageSharpeningCommandJS type / set_Radius Property
Syntax Exceptions BrowserCompatibility SeeAlso
set_Radius Method
Sets the radius of filter, in pixels.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebImageSharpeningCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_Radius(value);

Parameters

value
Radius of filter, in pixels. Possible value is any positive value. Default value is 12.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Thrown if argument value is not positive.
Browser Compatibility
56+
45+
11
See Also