VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Shared Namespace / WebRenderingSettingsJS type / clone Property
Syntax BrowserCompatibility SeeAlso
In This Topic
clone Method
In This Topic
Creates an exact copy of this WebRenderingSettingsJS.
Syntax
var instance = new Vintasoft.Shared.WebRenderingSettingsJS(resolution, interpolationMode, smoothingMode);

var value; // Type: Vintasoft.Shared.WebRenderingSettingsJS
value = instance.clone();

Return Value

Exact copy of this WebRenderingSettingsJS.
Browser Compatibility
9
See Also