Hi
This is for a windows application in C#. I am using a PrintDialog and a PrintPreviewDialog.
When I go through the PrintDialog my document prints correctly.
When I use the PrintPreviewDialog the preview is correct.
However when I click the print icon on the Preview dialog the printer only pushes out a blank paper.
Is there anything that I need to specify in the PrintPreviewDialog?
Thanks
Kobus