C# PrinterSettings Change printer

Hello,

For background, I am creating an application that downloads .cdr from our database and uses CorelDraw 2020 to print them. The problem I am running into, is that I don't want to use the default printer. How do I go about changing the printer each time I go to print with the PrintSettings, similar to how I set which page I need to print, etc.

I know there is document.PrintSettings.Printer, but as far as I know, there isn't a way to set that without opening up the print dialog, and I don't want to do that.

Thanks!