PrinterUtilSendContents Method (String, String)
             | 
          
        
         
            Send contents of data directly to the device specified via connectionString using UTF-8 encoding.
            
 
    Namespace: 
   Zebra.Sdk.Printer
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntaxpublic static void SendContents(
	string connectionString,
	string data
)
Public Shared Sub SendContents ( 
	connectionString As String,
	data As String
)
public:
static void SendContents(
	String^ connectionString, 
	String^ data
)
Parameters
- connectionString
 - Type: SystemString
The connection string. - data
 - Type: SystemString
Data to send to the printer. 
Exceptions
Remarks
See Also