V
vijay
Hi I am developing port monitor for printer monitor
I want to log number of pages printer by user.
So in EndDoc callback function I use GetJob with Job_info_2
I am using Job_info_2.TotalPages member variable to get that information.
When I print 1 page with multiple copies. this member containes 1 instead of
number of copies.
For more than one page it reports correct number.
vijay
I want to log number of pages printer by user.
So in EndDoc callback function I use GetJob with Job_info_2
I am using Job_info_2.TotalPages member variable to get that information.
When I print 1 page with multiple copies. this member containes 1 instead of
number of copies.
For more than one page it reports correct number.
vijay