ZebraCardPrinterFactoryCreateZmotifPrinter Method
|
Create a wrapper around a Zebra printer that provides access to a ZebraPrinterZmotif object from a ZebraCardPrinter object.
Namespace:
Zebra.Sdk.Card.Printer
Assembly:
SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax public static ZebraPrinterZmotif CreateZmotifPrinter(
ZebraCardPrinter printer
)
Public Shared Function CreateZmotifPrinter (
printer As ZebraCardPrinter
) As ZebraPrinterZmotif
public:
static ZebraPrinterZmotif^ CreateZmotifPrinter(
ZebraCardPrinter^ printer
)
Parameters
- printer
- Type: Zebra.Sdk.Card.PrinterZebraCardPrinter
Instance of ZebraCardPrinter.
Return Value
Type:
ZebraPrinterZmotifAn instance of
ZebraPrinterZmotif.
Exceptions See Also