Home › Forums › Open-Xml-PowerTools › Issue with document merging and maintaing Page orientation
Tagged: Page orientation + Next Page section break
Orientation is stored in the section properties element <w:sectPr>. For DocumentBuilder, you set keepSections to true.
public Source(WordprocessingDocument source, int start, int count, bool keepSections);