While I want to take full advantage of the print preview features the view has to offer, I have to override the actual printing to go to a metafile. I've overridden OnPreparePrinting(…) such that the actual printing does not call DoPreparePrinting(…) since I don't want the print dialog to come…