ToolsUtilSendCommand Method (String)
             | 
          
        
         
            Converts the specified command to bytes using the default charset and sends the bytes to the printer.
            
 
    Namespace: 
   Zebra.Sdk.Printer
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntaxvoid SendCommand(
	string command
)
Sub SendCommand ( 
	command As String
)
void SendCommand(
	String^ command
)
Parameters
- command
 - Type: SystemString
The command to send to the printer. 
Exceptions
See Also