Extending wpf print dialog
-
Hi! I have been looking for a way to extend the default printdialog in PresentationFramework. I need to filter the available printers some how. Does anyone know if it is possible either to filter the printer queue datasource or to extend the dialog to add such functionallity?
Andreas Johansson
Senior Software developer at Tieto Sweden -
Hi! I have been looking for a way to extend the default printdialog in PresentationFramework. I need to filter the available printers some how. Does anyone know if it is possible either to filter the printer queue datasource or to extend the dialog to add such functionallity?
Andreas Johansson
Senior Software developer at Tieto SwedenI dont know exactly what the answer to this should be, but this might be a starty: Extending C# PrintDialog Part II[^] Other helpful things might be: http://social.msdn.microsoft.com/forums/en-US/winforms/thread/a2e1963e-60d6-4d4e-bac5-66fdb41b7b3b[^]
-
I dont know exactly what the answer to this should be, but this might be a starty: Extending C# PrintDialog Part II[^] Other helpful things might be: http://social.msdn.microsoft.com/forums/en-US/winforms/thread/a2e1963e-60d6-4d4e-bac5-66fdb41b7b3b[^]
Thank you for your reply. I have already found those articles and posts but they all work with the windows forms version of the printDialog. I cant figure out how to apply the technique to the presentationframework PrintDialog.
Andreas Johansson
Senior software developer at Tieto Sweden -
Thank you for your reply. I have already found those articles and posts but they all work with the windows forms version of the printDialog. I cant figure out how to apply the technique to the presentationframework PrintDialog.
Andreas Johansson
Senior software developer at Tieto SwedenWell, there is always the option of constructing a completely new PrintFile dialog in WPF from scratch, but that seems like a lot of work..
-
Well, there is always the option of constructing a completely new PrintFile dialog in WPF from scratch, but that seems like a lot of work..