Printing: Multiples Copies

TeeChart for ActiveX, COM and ASP
Post Reply
nbp
Newbie
Newbie
Posts: 83
Joined: Mon Sep 18, 2006 12:00 am

Printing: Multiples Copies

Post by nbp » Tue Oct 30, 2007 7:32 pm

I want to retrieve the number of copies that the user selected from the Print Preview Dialog. How can I get this? I am able to get Orientation and Printer Description from CPrinter::GetOrientation and CPrinter::GetPrinterDescription but I don't see any method for number of copies?

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Nov 05, 2007 9:53 am

Hi,

using the TeeChart Pro v8 you should be able to consult it using :
m_chart.GetPrinter().GetPrinterSettings().GetCopies();

IPrinterSettings interface has been added for the TeeChart Pro v8.

Post Reply