Click or drag to resize

ToolsUtil Interface

This is a utility class for performing printer actions. (Restore defaults, calibrate, etc.)

Namespace: Zebra.Sdk.Printer
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public interface ToolsUtil

The ToolsUtil type exposes the following members.

Methods
 NameDescription
Public methodCalibrate Sends the appropriate calibrate command to the printer.
Public methodPrintConfigurationLabel Sends the appropriate print configuration command to the printer.
Public methodCode exampleReset Sends the appropriate reset command to the printer.
Public methodRestoreDefaults Sends the appropriate restore defaults command to the printer.
Public methodSendCommand(String) Converts the specified command to bytes using the default charset and sends the bytes to the printer.
Public methodSendCommand(String, String) Converts the specified command to bytes using the specified charset "encoding" and sends the bytes to the printer.
Top
See Also