When printing from WPF using the PrintDialog, you can only set a default page orientation for all pages to print. I'm using a FixedDocument and create multiple pages for different content that I layout myself, including header and footer line. Some of these pages must be landscape, others portrait.
How can I set the orientation for a single page? The FixedPage class doesn't provide such a property.