VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebImageSegmentationCommandJS type / get_Sensitivity Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Sensitivity Method
    In This Topic
    Gets the sensitivity of the command.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebImageSegmentationCommandJS();
    
    var value; // Type: number
    value = instance.get_Sensitivity();
    
    
    function get_Sensitivity() : number;
    

    Return Value

    Sensitivity of the command. Valid values are from 0 to 765. Default value is 15.
    Browser Compatibility
    56+
    45+
    11
    See Also