PrinterUtilSendContents Method (String, Stream, String)
|
Send contents of data directly to the device specified via connectionString using encoding.
Namespace:
Zebra.Sdk.Printer
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax public static void SendContents(
string connectionString,
Stream data,
string encoding
)
Public Shared Sub SendContents (
connectionString As String,
data As Stream,
encoding As String
)
public:
static void SendContents(
String^ connectionString,
Stream^ data,
String^ encoding
)
Parameters
- connectionString
- Type: SystemString
The connection string. - data
- Type: System.IOStream
Data to send to the printer. - encoding
- Type: SystemString
A character-encoding name (eg. UTF-8).
Exceptions Remarks See Also