VintaSoft Barcode .NET SDK 15.1: 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
    9
    5
    11
    5
    See Also