page-setup

Programmatically printing directory of word documents... last file always skipped.

I am having a problem when trying to programmatically print a directory of word documents. In this example, I am trying to print only the files with the "3_" prefix. The problem is that the file does not print unless there are two files with the 3_ prefix. I have been looking around forever to figure this problem out. Is there someth...

Page preferences dialog in WPF

Howdy, I'm fiddling with adding the ability to output from a program I'm working on to both PDF and XPS. Initially both were just done via printers (pdf printer/xps writer) but I'd like to do it a little more directly. The issue I've run into is that there doesn't seem to be a page preferences dialog for WPF. Is there one and I just ca...