ZebraGraphicsIPrinterModel Property 
             | 
          
        
         
            Gets or Sets the printer model for use when creating or processing graphic images.
            
 
    Namespace: 
   Zebra.Sdk.Card.Graphics
    Assembly:
   SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
SyntaxPrinterModel PrinterModel { get; set; }Property PrinterModel As PrinterModel
	Get
	Set
property PrinterModel PrinterModel {
	PrinterModel get ();
	void set (PrinterModel value);
}Property Value
Type: 
PrinterModel
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