VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebDespeckleCommandJS type / get_Radius Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_Radius Method
In This Topic
Gets the radius around a "medium" noise object which does not contain "not-noise" objects.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebDespeckleCommandJS();

var value; // Type: number
value = instance.get_Radius();

Return Value

Radius. Valid values are from 0 to 100. Default value is 30.
Browser Compatibility
56+
45+
11
See Also