VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / set_ImageAppearance Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_ImageAppearance Method
In This Topic
Sets the appearance of the image.
Syntax
var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);

var returnValue; // Type: any

// Parameters
var value; // Type: WebImageAppearanceJS

returnValue = instance.set_ImageAppearance(value);

Parameters

value
WebImageAppearanceJS of the image. Default appearance: backColor=rgba(255,255,255,0); borderColor=rgba(255,255,255,0); borderWidth=0.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also