Controling page number shwon in printing dialog

Posted by Matthias Wandel on Stack Overflow See other posts from Stack Overflow or by Matthias Wandel
Published on 2010-05-09T14:12:15Z Indexed on 2010/05/09 14:18 UTC
Read the original article Hit count: 157

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about c#

Related posts about printing