Creates a copy of the current BarcodeItem.

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 override Item Clone()
Visual Basic
Public Overrides Function Clone As Item
Visual C++
public:
virtual Item^ Clone() override

Return Value

A copy of the current BarcodeItem.

See Also