Sends the specified command to the printer.

Namespace:  ZSDK_API.Printer
Assembly:  ZSDK_API (in ZSDK_API.dll) Version: 1.1.123.0

Syntax

C#
void SendCommand(
	string command
)
Visual Basic (Declaration)
Sub SendCommand ( _
	command As String _
)

Parameters

command
Type: System..::.String
The command to send to the printer.

Exceptions

ExceptionCondition
ZSDK_API.ApiException..::.ZebraPrinterConnectionExceptionIf an I/O error occurs.
ZSDK_API.ApiException..::.ZebraGeneralExceptionIf there is an issue writing to the printer.

See Also