G
Guest
Hi there,
I am using the PrintPreviewDialog control to print a document.
Pages get added on the PrintDocument_PrintPage event using HasMorePages=True
and this way a print document is created, with all my pages (11 in this case).
The preview shows all 11 pages of this particular print document beatifully.
Everything looks great until I click print....
When I click the print button, only the last page is actually printed - what
happened to pages 1-10?!?
Am I missing something obvious here?
Many thanks,
David
I am using the PrintPreviewDialog control to print a document.
Pages get added on the PrintDocument_PrintPage event using HasMorePages=True
and this way a print document is created, with all my pages (11 in this case).
The preview shows all 11 pages of this particular print document beatifully.
Everything looks great until I click print....
When I click the print button, only the last page is actually printed - what
happened to pages 1-10?!?
Am I missing something obvious here?
Many thanks,
David