c# - get job list queue from printer memory -


I know that my network printer (big Konica Minolta) has its own memory and storage, such as some information about print jobs . Is it possible to get this information from this memory? I try to use Win32_Printer or Win32_PrintJob, but as I read, it only gets job queue from the Windows dialogue box ...

Have you thought about how my problem Solves

You will need a specific API / SDK for the printer:

Hope that helps!


Comments