VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / get_RenderingSettings Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_RenderingSettings Method
    In This Topic
    Gets the rendering settings of this image viewer.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
    
    var value; // Type: Vintasoft.Shared.WebRenderingSettingsJS
    value = instance.get_RenderingSettings();
    
    
    function get_RenderingSettings() : WebRenderingSettingsJS;
    

    Return Value

    null - if rendering settings are not specified; WebRenderingSettingsJS object - if image viewer uses the rendering settings for image rendering. Default value is null.
    Browser Compatibility
    56+
    45+
    11
    See Also