VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebSetAlphaChannelMaskCommandJS type / get_Mask Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Mask Method
    In This Topic
    Gets a 1- or 8-bpp image mask for the alpha channel.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebSetAlphaChannelMaskCommandJS();
    
    var value; // Type: string
    value = instance.get_Mask();
    
    
    function get_Mask() : string;
    

    Return Value

    An URL or Base64 string of image mask for alpha channel. Default value is empty string.
    Browser Compatibility
    56+
    45+
    11
    See Also