Is there a way, using Open XML SDK, to set different page orientation for even and odd pages of word document? I want to set landscape orientation for odd number of pages and portrait to even number of pages dynamically using OpenXML in C#.
It will be good if you can provide the sample code for the same.
Thank you.