Click or drag to resize

UsbDiscovererGetZebraDriverPrinters Method

Enumerate locally installed Zebra Designer Drivers.

Namespace:  Zebra.Sdk.Printer.Discovery
Assembly:  SdkApi_Desktop (in SdkApi_Desktop.dll) Version: 2.14.1869
Syntax
public static List<DiscoveredPrinterDriver> GetZebraDriverPrinters()

Return Value

Type: ListDiscoveredPrinterDriver
List of ZebraDesigner drivers installed.
Exceptions
ExceptionCondition
ConnectionExceptionIf the system is not running the Windows operating system or an error occurs during discovery.
See Also