1
Answer

Printing Multiple Pages- different content each page

Ask a question

I need help. I am somewhat new programming in C#. I have a program that I need to print preview multiple pages, each page entirely with its own format and information for that page. I am manually programming the layout and format of the "fields" of each page using the g.DrawString, g.DrawLine, g.DrawRectangle, etc. commands. I am also using the PrintPage object native in Visual Studio 2008. I currently have everything running fine for page 1 of my document but I am unable to understand how to reference the next pages in the PrintPreview and have specific info appear on each page. Any help would be appreciated.


Answers (1)