Click or drag to resize

ZebraCardGraphicsPrinterModel Property

Gets or Sets the printer model for use when creating or processing graphic images.

Namespace:  Zebra.Sdk.Card.Graphics
Assembly:  SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntax
public PrinterModel PrinterModel { get; set; }

Property Value

Type: PrinterModel

Implements

ZebraGraphicsIPrinterModel
Remarks
Not needed if the constructor that accepts the ZebraCardPrinter object is used; otherwise, the printer model should be set prior to all Initialize(...) methods or individual image processing methods to ensure that the correct width and height values are used./>
See Also