set_CutoffFrequency Method
In This Topic
Sets the cutoff frequency of highpass filter.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebHighpassCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_CutoffFrequency(value);
function set_CutoffFrequency(
: number
) : any;
Parameters
- value
- The cutoff frequency of highpass filter. Possible value is any positive value. Default value is 0.08.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if argument value is not positive. |
Browser Compatibility
See Also