Showing Print Preview in C#
问题 Right now, I'm trying to build my form on a PrintDocument, but the only way for me to see where stuff is actually appearing on the page is to print a paper. It works, but I have a lot of stuff I need to add, and I'd rather not waste tons of paper. Right now I have a print dialogue come up, but theres no print preview button. Is there a way I can make one appear? Thanks! public partial class Form4 : System.Windows.Forms.Form { private System.ComponentModel.Container components; private System