Print Preview Control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am developing a print preview dialog for my application and have put a
System.Windows.Forms.PrintPreviewControl onto a form.

So far I am able to manipulate the zoom property and the document that is
displayed. However I also want to put in navigation buttons to navigate from
one page to the next - but I cant see a property that allows me to set the
current page?

How do I change the page in the System.Windows.Forms.PrintPreviewControl?

Thanks in advance
 
Hi,

PrintPreviewControl1.StartPage = 3

PrintPreviewControl1.Invalidate()



Ken

----------------------

Hi,

I am developing a print preview dialog for my application and have put a
System.Windows.Forms.PrintPreviewControl onto a form.

So far I am able to manipulate the zoom property and the document that is
displayed. However I also want to put in navigation buttons to navigate from
one page to the next - but I cant see a property that allows me to set the
current page?

How do I change the page in the System.Windows.Forms.PrintPreviewControl?

Thanks in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top