Hello!
I'm using Printers unit to print from my application. I'm using Raw printing mode to print directly to the printer. The printing goes directly to the printer set as default in my Control Panel. Now, here's the question.. If I have multiple printers installed in my computer and all are connected, I'd like to select the one I want to send the printing to. I've tried using the printer.SetPrinter(string containing printer name) but it's still printing to the default printer.
Is there any way to change which printer to send the printing to..?