VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebDespeckleCommandJS type / get_AutoConfigureLevels Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_AutoConfigureLevels Method
    In This Topic
    Gets a value indicating whether automatic configuration of levels and radius should be used.
    Syntax
    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.
    Browser Compatibility
    56+
    45+
    11
    See Also