Creates a new object that is a copy of the current instance.
var instance = new Vintasoft.Barcode.WebPpnBarcodeValueJS();
var value; // Type: Vintasoft.Barcode.WebPpnBarcodeValueJS
value = instance.clone();
Return Value
New object that is a copy of the current instance.