VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebLowpassCommandJS type / get_CutoffFrequency Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_CutoffFrequency Method
    In This Topic
    Gets the cutoff frequency of highpass filter.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebLowpassCommandJS();
    
    var value; // Type: number
    value = instance.get_CutoffFrequency();
    
    
    function get_CutoffFrequency() : number;
    

    Return Value

    The cutoff frequency of highpass filter. Possible value is any positive value. Default value is 0.14.
    Browser Compatibility
    56+
    45+
    11
    See Also