VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebImageSharpeningCommandJS type / get_OverlayAlpha Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_OverlayAlpha Method
    In This Topic
    Gets the value determining if Alpha channel is overlayed in the output image.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebImageSharpeningCommandJS();
    
    var value; // Type: number
    value = instance.get_OverlayAlpha();
    
    
    function get_OverlayAlpha() : number;
    

    Return Value

    1 - High Pass result is overlayed without transparency; otherwise, output image is converted to Bgra32 and High Pass result is overlayed using selected Alpha value. Default value is 1.
    Browser Compatibility
    56+
    45+
    11
    See Also