Click or drag to resize

ZebraCardPrinterFactoryGetZmotifPrinter Method

Create a wrapper around a Zebra printer that provides access to a ZebraPrinterZmotif object from a Connection object.

Namespace:  Zebra.Sdk.Card.Printer
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
public static ZebraPrinterZmotif GetZmotifPrinter(
	Connection connection
)

Parameters

connection
Type: Zebra.Sdk.CommConnection
An open connection to a printer.

Return Value

Type: ZebraPrinterZmotif
An instance of ZebraPrinterZmotif.
Exceptions
ExceptionCondition
ConnectionExceptionIf an I/O error occurs.
See Also