C# WPF Paginator printer ignoring user's printer selection
- by Anders
I am using the following code in my project. The print dialog shows, but it always prints on the default printer regardless of the user's selection. I have read similar topics but none of them seem to use the SerializerWriterCollator. What is the problem?
PrintQueue printQueue = LocalPrintServer.GetDefaultPrintQueue();
…