VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebImageSharpeningCommandJS type / set_Filter Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_Filter Method
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);

Parameters

value
An instance of WebFrequencyFilterTypeEnumJS class. Default value is "Gaussian".
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also