Click or drag to resize

DeviceUtilGetPrinterStatus Method

Returns the printer's current status information.

Namespace:  Zebra.Sdk.Card.Device
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
PrinterStatusInfo GetPrinterStatus()

Return Value

Type: PrinterStatusInfo
A PrinterStatusInfo instance populated with the printer's status information.
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf an error occurs while retrieving the printer's status information.
ZebraCardExceptionIf the device is busy.
See Also