I 'm writing an application with a time consuming rendering alghoritm,so
generating in one shot all printpreview pages is very frustrating.
There is a way to draw the page only on demand, when it became the current
page in PrintPreviewControl?
I know the number of pages at begining of printing.
Kind regards,
Cosmin
Bryan Phillips - 13 Mar 2007 01:32 GMT
You can use the PrintDocument class to control this behavior since it
has events to handle when pages need to be drawn, etc...
--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
> I 'm writing an application with a time consuming rendering alghoritm,so
> generating in one shot all printpreview pages is very frustrating.
[quoted text clipped - 5 lines]
> Kind regards,
> Cosmin