VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebImageAppearanceJS type / WebImageAppearanceJS Constructor(string,string,number)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebImageAppearanceJS Constructor(string,string,number)
    In This Topic
    Initializes a new instance of the WebImageAppearanceJS class.
    Syntax
    // Parameters
    var backColor; // Type: string
    var borderColor; // Type: string
    var borderWidth; // Type: number
    
    var instance = new Vintasoft.Imaging.WebImageAppearanceJS(backColor, borderColor, borderWidth);
    
    
    function WebImageAppearanceJS(
    backColor
    Background color of the image.
    : string,
    borderColor
    Border color of the image.
    : string,
    borderWidth
    Border width of the image.
    : number
    ) : WebImageAppearanceJS;

    Parameters

    backColor
    Background color of the image.
    borderColor
    Border color of the image.
    borderWidth
    Border width of the image.
    Browser Compatibility
    56+
    45+
    11
    See Also