Returns an instance of a GraphicsUtil object which contains convenience methods to interact with
graphics.
Namespace:
ZSDK_API.PrinterAssembly: 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
| Exception | Condition |
|---|---|
| ZSDK_API.ApiException..::.ZebraPrinterConnectionException | If there is an issue communicating with the printer (e.g. the connection is not open). |