ASP.NET 4.5, c#, VS2013
I have a windows form application in c#. The application creates a pdf and I wanted to print it to a specific printer. I could do:
axAcroPDF1.printWithDialog()
and user selects a printer from the list.
But my users do not like this at all. The preferred printer in this case is way back in the list and they want this to be the default printer for this program only.
I am not able to see a default printer like property in axAcroPDF and I do not know how to set the default printer for this windows application only.
Please advise an optimum solution. I did not expect this to get so complicated. Thanks,