VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebImageSmoothingCommandJS type / set_OverlayAlpha Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_OverlayAlpha Method
    In This Topic
    Sets the value determining if Alpha channel is overlayed in the output image.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebImageSmoothingCommandJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_OverlayAlpha(value);
    
    
    function set_OverlayAlpha(
    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.
    : number
    ) : any;

    Parameters

    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.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also