In This Topic
Sets the type of frequency filter.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebImageSharpeningCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebFrequencyFilterTypeEnumJS
returnValue = instance.set_Filter(value);
function set_Filter(
: WebFrequencyFilterTypeEnumJS
) : any;
Parameters
- value
- An instance of WebFrequencyFilterTypeEnumJS class. Default value is "Gaussian".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also