02-26-2007, 4:21
|
Maen Hasan

Joined on 08-05-2004
Posts 1,795
|
Re: Number of pages printed
|
 
 
|
|
|
Hello,
You can determine the number of printed pages programmatically by checking the GetPagesPrinted property for the current job. Also, to check the status for each file being saved, you need to check the SaveStatusEvent event. To enable firing this event, the user must set the value of the EnableSaveStatusEvent property to VARIANT_TRUE before starting the print job. Also, you can check the JobInfoEvent event to check the status of the print job (the start and the end of the print job). To enable firing this event, the user must set the value of the EnableJobInfo property to VARIANT_TRUE before starting the print job.
Thanks, Maen Badwan LEADTOOLS Technical Support
|
|
|
|
|
Report
|
|
|
|