************ wx.PrinterDC ************ Inheritance diagram for `wx.PrinterDC`: | .. inheritance-diagram:: wx.PrinterDC | Description =========== A printer device context is specific to MSW and Mac, and allows access to any printer with a Windows or Macintosh driver. See `wx.DC `_ for further information on device contexts, and `wx.DC.GetSize `_ for advice on achieving the correct scaling for the page. .. seealso:: `wx.DC `_ Derived From ^^^^^^^^^^^^^ * `wx.DC `_ * `wx.Object `_ Methods Summary ^^^^^^^^^^^^^^^ * `__init__ <#__init__>`_ Class API ========= Methods ^^^^^^^ .. method:: __init__(printData) Constructor. Pass a `wx.PrintData `_ object with information necessary for setting up a suitable printer device context. This is the recommended way to construct a `wx.PrinterDC`. Make sure you specify a reference to a `wx.PrintData` object, not a pointer -- you may not even get a warning if you pass a pointer instead. **Parameters:** * `printData` (`wx.PrintData `_) | **Returns:** `wx.PrinterDC `_