set_VectorContentBackgroundColor Method
In This Topic
Sets a CSS-color that is used for filling page when image viewer renders page using vector rendering.
Syntax
var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_VectorContentBackgroundColor(value);
function set_VectorContentBackgroundColor(
: string
) : any;
Parameters
- value
- A string that represents a CSS-color that is used for filling page when image viewer renders page using vector rendering. Default value is 'white'.
Browser Compatibility
See Also