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

    Return Value

    Exact copy of this WebDecodingSettingsJS.
    Browser Compatibility
    56+
    45+
    11
    See Also