Print dialog and print prewiew dialog for WPF
问题 Is there a print dialog for WPF that is combinated whit a print preview dialog in WPF like Google Chrome or Word does? At this moment I use a the print preview dialog from Windows forms. I have also try for to use the WPF version of it. But WPF has no PrintPreviewDialog or PrintPrewiewControl . This is my code: //To the top of my class file: using Forms = System.Windows.Forms; //in a methode on the same class: PageSettings setting = new PageSettings(); setting.Landscape = true; _document =