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: 2.0.2000.0 (2.0.2000.0)
Syntax
C# |
---|
public static void DeleteObject(
string objectInfo
) |
Visual Basic (Declaration) |
---|
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