VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / get_VectorContentBackgroundColor Property
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    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
    56+
    45+
    11
    See Also