get_AutoConfigureLevels Method
Gets a value indicating whether automatic configuration of levels and radius should be used.
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebDespeckleCommandJS();
var value; // Type: boolean
value = instance.get_AutoConfigureLevels();
function get_AutoConfigureLevels() : boolean;
Return Value
True - if automatic configuration of levels and radius is enabled; otherwise, false. Default value is True.