I have a series of images (just stored locally on disk) that I would like to print, one-per-page, possibly scaled up/down if necessary and centered.
What is the most straightforward method of doing this from a WPF application?
Is it to somehow create an XPS document and if so then how? If not, what other possibilities are there? (e.g. PrintDocument
from System.Drawing
?)