It sends the specified commands to the printer.

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

Parameters

command
Type: System..::..String

See Also