Creates a copy of the current ThermalLabel.

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 5.0.3500.0 (5.0.3500.4)

Syntax

C#
public ThermalLabel Clone()
Visual Basic
Public Function Clone As ThermalLabel
Visual C++
public:
ThermalLabel^ Clone()

Return Value

A copy of the current ThermalLabel.

See Also