V
Vivek
Hi People,
I want to change the default printer of the machine. I tried this.
PrinterSettings pdDefault = new PrinterSettings();
pdDefault.PrinterName = "PrinterName";
It did not work. Please guide.
Thanks
I want to change the default printer of the machine. I tried this.
PrinterSettings pdDefault = new PrinterSettings();
pdDefault.PrinterName = "PrinterName";
It did not work. Please guide.
Thanks