how can i use PRINTER_INFO_2 with c# and get Status of printer(especially
PRINTER_STATUS_PAPER_JAM Paper is jammed in the printer
PRINTER_STATUS_PAPER_OUT The printer is out of paper.
PRINTER_STATUS_PAPER_PROBLEM The printer has a paper problem
)
Shiva - 02 Nov 2004 10:34 GMT
Check this one out:
http://www.codeproject.com/dotnet/NET_Printer_Library.asp
how can i use PRINTER_INFO_2 with c# and get Status of printer(especially
PRINTER_STATUS_PAPER_JAM Paper is jammed in the printer
PRINTER_STATUS_PAPER_OUT The printer is out of paper.
PRINTER_STATUS_PAPER_PROBLEM The printer has a paper problem
)