VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebSetAlphaChannelValueCommandJS type / get_AlphaValue Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_AlphaValue Method
    In This Topic
    Gets the alpha channel value.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebSetAlphaChannelValueCommandJS();
    
    var value; // Type: number
    value = instance.get_AlphaValue();
    
    
    function get_AlphaValue() : number;
    

    Return Value

    Alpha channel value. Valid values are from 0 to 255. Default value is 255.
    Browser Compatibility
    56+
    45+
    11
    See Also