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
Syntaxpublic PrinterModel PrinterModel { get; set; }Public Property PrinterModel As PrinterModel
	Get
	Set
public:
virtual property PrinterModel PrinterModel {
	PrinterModel get () sealed;
	void set (PrinterModel value) sealed;
}Property Value
Type: 
PrinterModelImplements
ZebraGraphicsIPrinterModel
RemarksNot 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