Click or drag to resize

ToolsUtil Methods

The ToolsUtil type exposes the following members.

Methods
  Name Description
Public method Calibrate Sends the appropriate calibrate command to the printer.
Public method PrintConfigurationLabel Sends the appropriate print configuration command to the printer.
Public method Code example Reset Sends the appropriate reset command to the printer.
Public method RestoreDefaults Sends the appropriate restore defaults command to the printer.
Public method SendCommand(String) Converts the specified command to bytes using the default charset and sends the bytes to the printer.
Public method SendCommand(String, String) Converts the specified command to bytes using the specified charset "encoding" and sends the bytes to the printer.
Top
See Also