I'm working in a project abaut PrinQueue.
I want to know all the information related to printJobs, the class PrintSystemInfoJob work fine, but when I need to Know the number of copies of a printed Job always return 1.
PrintSystemInfoJob CurrentJobSettins.CurrentPrintJob.CopyCount.Value is always 1.
1. - I Pause the job
2.- Then Thread.Sleep(1000)
3.- Refresh the PrintQueue and PrintJob
4.- Get values.
5.- Resume the Job.
All the values like TotalPages, PagesPrinted, JobStatus, JobSize are Ok, but CopyCount is always 1
I need some help , I don't know what else to do.
Thanks