I am writing an ASP.NET intranet application.
The server it will be deployed on has all the printers I need added to it.
I want to be able to access the printer using the code behind and print the contents of a web page I have set up for printing.
I do not want the java script solution, we are using that now, and we cannot allow users to see a print dialog. There are other security issues we have with this because we are trying to print checks. Also would like access and control over the print trays if possible.
I am looking for something along the lines of this: http://forums.asp.net/t/587341.aspx?Access+Your+Network+Printer
Any help or references appreciated, been searching for 2 days haven't found much.