wxPrinterDC::wxPrinterDC

void wxPrinterDC(char *driver, char *device, char *output, Bool interactive = TRUE)

Constructor. With three NULLs, the default printer dialog is displayed. device indicates the type of printer and output is an optional file for printing to. The driver parameter is currently unused. Use the Ok member to test whether the constructor was successful in creating a useable device context.