Page 1 of 1

Printing: Multiples Copies

Posted: Tue Oct 30, 2007 7:32 pm
by 9532498
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?

Posted: Mon Nov 05, 2007 9:53 am
by Pep
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.