VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebImageSharpeningCommandJS type / get_GrayscaleFiltration Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_GrayscaleFiltration Method
    In This Topic
    Gets the value indicating whether grayscale filtration should be used.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebImageSharpeningCommandJS();
    
    var value; // Type: boolean
    value = instance.get_GrayscaleFiltration();
    
    
    function get_GrayscaleFiltration() : boolean;
    

    Return Value

    True - Spectrum filtering is applied to input image converted to grayscale; false - Spectrum filtering is applied to original input image. Default value is True.
    Browser Compatibility
    56+
    45+
    11
    See Also