It deletes objects, graphics, fonts, and stored formats from printer's storage areas. Objects can be deleted selectively or in groups.

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 static void DeleteObject(
	string objectInfo
)
Visual Basic
Public Shared Sub DeleteObject ( _
	objectInfo As String _
)
Visual C++
public:
static void DeleteObject(
	String^ objectInfo
)

Parameters

objectInfo
Type: System..::..String
The object info to be deleted/removed. The info includes the printer's memory device where the object is stored as well as the object name and extension. The asterisk (*) character can be used as a wildcard allowing you to easily delete a selected group of objects.

See Also