Returns an instance of a GraphicsUtil object which contains convenience methods to interact with graphics.

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

Syntax

C#
GraphicsUtil GetGraphicsUtil()
Visual Basic (Declaration)
Function GetGraphicsUtil As GraphicsUtil

Return Value

Instance of a GraphicsUtil object.

Exceptions

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

See Also