VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebDespeckleCommandJS type / set_AutoConfigureLevels Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_AutoConfigureLevels Method
In This Topic
Sets a value indicating whether automatic configuration of levels and radius should be used.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebDespeckleCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_AutoConfigureLevels(value);

Parameters

value
True - if automatic configuration of levels and radius is enabled; otherwise, false. Default value is True.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also