VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Shared Namespace / WebRenderingSettingsJS type / set_SmoothingMode Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_SmoothingMode Method
In This Topic
Sets the smoothing mode for image rendering.
Syntax
var instance = new Vintasoft.Shared.WebRenderingSettingsJS(resolution, interpolationMode, smoothingMode);

var returnValue; // Type: any

// Parameters
var value; // Type: WebSmoothingModeEnumJS

returnValue = instance.set_SmoothingMode(value);

Parameters

value
An instance of WebSmoothingModeEnumJS class that represents smoothing mode for image rendering.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
9
See Also