I want to detect which files the user is sending to printer and to get those file's paths. I read a little about the "PrinterSettings" class, but I haven't found the thing that I was looking for. (link: http://msdn.microsoft.com/en-us/library/system.drawing.printing.printersettings%28v=vs.100%29.aspx)
In addition, I read about "Win32_Printer" (WMI class), and I tried the code which was brought there, but I still got nothing (link: How to get Printer Info in .NET?)
How can I solve this issue?
Also, I don't want to use some external libraries.