0
kicks
WPF Printing: How to print a PageRange with WPF’s PrintDialog ...
WPFs PrintDialog has no logic for printing a page range of a FixedDocument (XPS). It allows the User to define a pagerange, but then all pages are printed and it's up to you to implement the logic to only print the pages defined in the PrintDialog. This blog-post describes an elegant way how to implement generic logic to support the printing of page ranges.