VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebImageSharpeningCommandJS 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.WebImageSharpeningCommandJS();
    
    var value; // Type: Vintasoft.Imaging.WebFrequencyFilterTypeEnumJS
    value = instance.get_Filter();
    
    
    function get_Filter() : WebFrequencyFilterTypeEnumJS;
    

    Return Value

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