Returns an instance of a ToolsUtil object which contains convenience methods to perform printer actions. (Restore defaults, calibrate, etc.).

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

Syntax

C#
ToolsUtil GetToolsUtil()
Visual Basic (Declaration)
Function GetToolsUtil As ToolsUtil

Return Value

Instance of a ToolsUtil object that provides methods to perform printer actions. (Restore defaults, calibrate, etc).

Exceptions

ExceptionCondition
ZSDK_API.ApiException..::.ZebraPrinterConnectionExceptionIf there is an issue communicating with the printer (e.g. the connection is not open).

See Also