Regenerate Print Preview
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Hi Someone knows, if it's possible regenerate a print preview? I have a form with a Print Preview Control, and if I change the paper orientation via a Page Setup Dialog this don't update the print preview. :confused: Thanks ---- hxxbin
Is the
PrintPage
event handler called again? Put a breakpoint in your code and see. Otherwise, handle theStartPageChanged
event on thePrintPreviewControl
.Microsoft MVP, Visual C# My Articles
-
Is the
PrintPage
event handler called again? Put a breakpoint in your code and see. Otherwise, handle theStartPageChanged
event on thePrintPreviewControl
.Microsoft MVP, Visual C# My Articles