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);
function set_AutoConfigureLevels(
: boolean
) : any;
Parameters
- value
- True - if automatic configuration of levels and radius is enabled; otherwise, false. Default value is True.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also