VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebDropShadowCommandJS type / set_BlurRadius Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_BlurRadius Method
In This Topic
Sets a blur radius of process.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebDropShadowCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_BlurRadius(value);

Parameters

value
Blur radius. Valid values are from 1 to 256. Default value is 4.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also