VintaSoft Imaging .NET SDK 15.1: 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);

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