It sends the specified commands to the printer.
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 4.0.3500.0 (4.0.3500.1)
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