VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebCannyEdgeDetectorCommandJS type / get_HighThreshold Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_HighThreshold Method
    In This Topic
    Gets the high threshold.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebCannyEdgeDetectorCommandJS();
    
    var value; // Type: number
    value = instance.get_HighThreshold();
    
    
    function get_HighThreshold() : number;
    

    Return Value

    High threshold. Valid values are from 0 to 255. Default value is 80.
    Browser Compatibility
    56+
    45+
    11
    See Also