get_VectorContentBackgroundColor Method
In This Topic
Gets 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 value; // Type: string
value = instance.get_VectorContentBackgroundColor();
function get_VectorContentBackgroundColor() : string;
Return 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'.
Remarks
The background of vector image.
Browser Compatibility
See Also