how do i use the print dialog to print the current page. I'm guessing upon return from the print dialog i can check a property which will tell me if "current page" is clicked. but i cant find it for the life of me. barking up the wrong tree? cheers
how do i use the print dialog to print the current page. I'm guessing upon return from the print dialog i can check a property which will tell me if "current page" is clicked. but i cant find it for the life of me. barking up the wrong tree? cheers
in case anyone is interested, i finally solved it... if (this.printDialogReport.PrinterSettings.PrintRange == System.Drawing.Printing.PrintRange.CurrentPage) { ... }