|
-
May 12th, 2009, 06:08 PM
#1
How can I get the number of copies to be printed from the document being printed now?
I'm developing application for managing print spooler and faced with the following problem. I need to get info about how many copies of the specific document which is being printed now were requested? Could you tell me the idea how to do it?
-
May 12th, 2009, 07:58 PM
#2
Re: How can I get the number of copies to be printed from the document being printed
Your question is not very clear but try:
Code:
pInfo->GetMaxPage();
in
CView::OnPrint(..);
-
May 12th, 2009, 10:25 PM
#3
Re: How can I get the number of copies to be printed from the document being printed
You can use PRINTER_INFO_2 standard printer info structure(cJobs member of this structure specifies the no of print jobs for that specific printer) ....
Also make use of following functions OpenPrinter(), GetPrinter()....
Hope this helps,
Thanks...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|