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
)
Public Sub New (
zebraCardPrinter As ZebraCardPrinter
)
public:
ZebraCardGraphics(
ZebraCardPrinter^ zebraCardPrinter
)
Parameters
- zebraCardPrinter
- Type: Zebra.Sdk.Card.PrinterZebraCardPrinter
An instance of a zebra card printer.
Exceptions See Also