get_CutoffFrequency Method
Gets the cutoff frequency of highpass filter.
var instance = new Vintasoft.Imaging.ImageProcessing.WebHighpassCommandJS();
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.08.