VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebOverlayCommandJS type / set_Transparency Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_Transparency Method
    In This Topic
    Sets a value indicating whether the image processing command do not overlay pixel of image if pixel has transparent color.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebOverlayCommandJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_Transparency(value);
    
    
    function set_Transparency(
    value
    True - image processing command do not overlay pixel of image if pixel has transparent color; otherwise, false. Default value is False.
    : boolean
    ) : any;

    Parameters

    value
    True - image processing command do not overlay pixel of image if pixel has transparent color; otherwise, false. Default value is False.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also