When overridden in a derived class, creates an exact copy of this Item object.

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 4.0.3500.0 (4.0.3500.1)

Syntax

C#
public abstract Item Clone()
Visual Basic
Public MustOverride Function Clone As Item
Visual C++
public:
virtual Item^ Clone() abstract

Return Value

The new Item object that this method creates.

See Also