Page settings dialog in WPF
I have been messing around with adding output capability from a program I am working on with both PDF and XPS. Originally both were done with printers only (pdf printer / xps writer), but I would like to do it in a little more detail.
The problem I am facing is that there is no Page Settings dialog for WPF. Is there one and I just can't find it, or does something like this need to be configured in WPF?
I can display the print dialog and then just not call PrintDialog.Print, but that's not entirely better than just printing the user using a PDF printer. I can get all the page settings from the print dialog, but the user actually set those settings for which printer was currently selected.
I just need a dialog with all the standard printer preference options like page size, margins, copies, etc. Not difficult to create, but I'm surprised I can't find ...
My answer to this question should help you. What are the odds ... I just answered it and I came across your question :)
Hope this helps you!
a source to share