VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebImageSmoothingCommandJS type / get_Filter Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_Filter Method
In This Topic
Gets the type of frequency filter.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebImageSmoothingCommandJS();

var value; // Type: Vintasoft.Imaging.WebFrequencyFilterTypeEnumJS
value = instance.get_Filter();

Return Value

An instance of WebFrequencyFilterTypeEnumJS class. Default value is "Gaussian".
Browser Compatibility
56+
45+
11
See Also