Sat Apr 16, 2016 11:16 pm
Page orientation is not being saved in the objects in PdfDocument.Pages. I have set each page to landscape when I create them. The instance of PdfPages that is returned has the landscape orientation, however I then use a for each loops to iterate though the Pages collection to add a header and a footer. The problem is that when I try to add new content to the canvas, its size as reverted back to portrait so my origin point is about 300 pixels above the page. This is very frustration. Any help would be very appreciated.