Uses classes PrintServerand PrintQueueis the same as viewing jobs through a printer in Windows?
We have an application that can directly print to a Windows printer, but it cannot create an array of bytes or anything like that that we could use for the call AddJob. Would a printer list using a method PrintQueue.GetPrintJobInfoCollection()to check the status of the original print item?
source
share