It sends the specified commands to the printer.
Namespace:
Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 2.0.2000.0 (2.0.2000.0)
Syntax
| C# |
|---|
public static void ExecuteCommand( string command ) |
| Visual Basic (Declaration) |
|---|
Public Shared Sub ExecuteCommand ( _ command As String _ ) |
| Visual C++ |
|---|
public: static void ExecuteCommand( String^ command ) |
Parameters
- command
- Type: System..::.String