VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / get_ImageAppearance Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ImageAppearance Method
    In This Topic
    Gets the appearance of the image.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
    
    var value; // Type: Vintasoft.Imaging.WebImageAppearanceJS
    value = instance.get_ImageAppearance();
    
    
    function get_ImageAppearance() : WebImageAppearanceJS;
    

    Return Value

    WebImageAppearanceJS of the image. Default appearance: backColor=rgba(255,255,255,0); borderColor=rgba(255,255,255,0); borderWidth=0.
    Browser Compatibility
    56+
    45+
    11
    See Also