VintaSoft Imaging .NET SDK 15.1: 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();

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