VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebCompositeRenderingSettingsJS type / clone Methods / clone() Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    clone() Method
    In This Topic
    Creates an exact copy of this WebCompositeRenderingSettingsJS.
    Syntax
    var instance = new Vintasoft.Shared.WebCompositeRenderingSettingsJS(settings);
    
    var value; // Type: Vintasoft.Shared.WebCompositeRenderingSettingsJS
    value = instance.clone();
    
    
    function clone() : WebCompositeRenderingSettingsJS;
    

    Return Value

    The exact copy of this WebCompositeRenderingSettingsJS.
    Browser Compatibility
    9
    See Also