VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebImageSegmentationCommandJS type / set_Sensitivity Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_Sensitivity Method
    In This Topic
    Sets the sensitivity of the command.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebImageSegmentationCommandJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_Sensitivity(value);
    
    
    function set_Sensitivity(
    value
    Sensitivity of the command. Valid values are from 0 to 765. Default value is 15.
    : number
    ) : any;

    Parameters

    value
    Sensitivity of the command. Valid values are from 0 to 765. Default value is 15.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also