VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageJS type / set_RenderingSettings Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_RenderingSettings Method
In This Topic
Sets the rendering settings for this image.
Syntax
var instance = new Vintasoft.Shared.WebImageJS(imageSource, pageIndex);

var returnValue; // Type: any

// Parameters
var value; // Type: WebRenderingSettingsJS

returnValue = instance.set_RenderingSettings(value);

Parameters

value
WebRenderingSettingsJS for this image.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
9
See Also