I have a program where I can switch between different layouts in my print doument (a4, a5 or a6 sized graphics drawings and whatnot. Print document is always a4 sized). I can show this document in a PrintPreviewDialog but I have to manually specify in the code before hand which layout I want to see.
I want a new button added to the PrintPreviewDialog toolbar that lets me simply switch between these different layouts.
Don't worry about the function of the button, I just want to get it up there and connected to whatever method (that I myself will code). Cheers!