Controling page number shwon in printing dialog
- by Matthias Wandel
I'm trying to implement printing a range of pages in c#
While printing, the .net framework throws up a message box that says "Page # of document". This starts at 1, and counts up to the number of pages printed.
If I'm printing pages 10-11, I want that count to start at 10, not 1. Is there a way to set the starting value? The logical thing would be if it started at PrinterSettings.FromPage, but it ignores that value.