VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebDropShadowCommandJS type / set_Distance Property
Syntax Exceptions BrowserCompatibility SeeAlso
set_Distance Method
Sets a shadow distance.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebDropShadowCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_Distance(value);

Parameters

value
Shadow distance. Valid value is 0 and any positive value. Default value is 15.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also