Click or drag to resize

ZebraCardGraphics Constructor

Public Constructor to construct the ZebraCardGraphics object.

Namespace:  Zebra.Sdk.Card.Graphics
Assembly:  SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntax
public ZebraCardGraphics(
	ZebraCardPrinter zebraCardPrinter
)

Parameters

zebraCardPrinter
Type: Zebra.Sdk.Card.PrinterZebraCardPrinter
An instance of a zebra card printer.
Exceptions
ExceptionCondition
ConnectionExceptionIf the device is busy or an error occurs communicating with the printer.
ZebraCardExceptionIf a printer error occurs.
See Also