VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / set_RenderingSettings Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_RenderingSettings Method
In This Topic
Sets the rendering settings of this image viewer.
Syntax
var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);

var returnValue; // Type: any

// Parameters
var value; // Type: WebRenderingSettingsJS

returnValue = instance.set_RenderingSettings(value);

Parameters

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