change paper size..

TeeChart for ActiveX, COM and ASP
Post Reply
EBIZN
Newbie
Newbie
Posts: 2
Joined: Mon Dec 19, 2005 12:00 am
Contact:

change paper size..

Post by EBIZN » Mon May 22, 2006 2:07 am

thank you for your auick response....

I have new question,,,
I`m working whth VB.
is it possible to change paper size ,without print previwer?

I mean, is there any function like " printer.papersize = A4 " in VB?

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

Post by Pep » Sun May 28, 2006 11:12 am

Hi,

it cannot be changed directly, you will have to use the ShowSetupDlg method, calling it before the print.

TChart1.Printer.ShowSetupDlg

Post Reply