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
See Also