VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebLowpassCommandJS type / set_CutoffFrequency Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_CutoffFrequency Method
In This Topic
Sets the cutoff frequency of highpass filter.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebLowpassCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_CutoffFrequency(value);

Parameters

value
The cutoff frequency of highpass filter. Possible value is any positive value. Default value is 0.14.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Thrown if arguments value is not positive.
Browser Compatibility
56+
45+
11
See Also