VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebPpnBarcodeValueJS type / clone Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    clone Method
    In This Topic
    Creates a new object that is a copy of the current instance.
    Syntax
    var instance = new Vintasoft.Barcode.WebPpnBarcodeValueJS();
    
    var value; // Type: Vintasoft.Barcode.WebPpnBarcodeValueJS
    value = instance.clone();
    
    
    function clone() : WebPpnBarcodeValueJS;
    

    Return Value

    New object that is a copy of the current instance.
    Browser Compatibility
    9
    5
    11
    5
    See Also