VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebOverlayCommandJS type / get_HasTransparentColor Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_HasTransparentColor Method
    In This Topic
    Gets a value indicating whether the transparentColor is used.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebOverlayCommandJS();
    
    var value; // Type: boolean
    value = instance.get_HasTransparentColor();
    
    
    function get_HasTransparentColor() : boolean;
    

    Return Value

    True - transparentColor is used, False - transparentColor is not used. Default value is False.
    Browser Compatibility
    56+
    45+
    11
    See Also