Print jobs

  • Thread starter Thread starter Carlos Gonçalves
  • Start date Start date
C

Carlos Gonçalves

Hi,

Each user can print in a network printer selecting different paper sizes.
Is it possible to know what is the paper size for each job in the print
queue?

TIA,
 
Hello,

Carlos Gonçalves said:
Each user can print in a network printer selecting different
paper sizes. Is it possible to know what is the paper size for
each job in the print queue?

I don't have a solution, but the WMI class 'Win32_PrintJob' doesn't
provide a property to get the paper size.
 
With this class I can get the size in bytes of the job. Not the paper size.
 
Back
Top