PrintPreviewControl Paging

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

Guest

I was using a PrintPreviewDialog, and it previewed the file nicely, I could
page through it, etc. But I could not control the printing, so I made my own
form with a PrintPreviewControl on it, and buttons to print as I want. The
problem is that it no longer supports paging throught the preview, it just
stays on the first page.

I can write my own PageUp and PageDown buttons, but there does not seem to
be a way to tell the PrintPageEventHandler what page I want to show on the
preview screen. Is there a property or something to tell it which page to do?
Or a way to reactivate the paging in the preview control?

Thanks for any help that you can provide.
 
Back
Top