VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebHighpassCommandJS 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.WebHighpassCommandJS();

var value; // Type: number
value = instance.get_CutoffFrequency();

Return Value

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