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);
function set_ImageAppearance(
: WebImageAppearanceJS
) : any;
Parameters
- value
- WebImageAppearanceJS of the image. Default appearance: backColor=rgba(255,255,255,0); borderColor=rgba(255,255,255,0); borderWidth=0.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also