Issue with document merging and maintaing Page orientation

Home Forums Open-Xml-PowerTools Issue with document merging and maintaing Page orientation

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #7534
    Brant
    Participant

    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);

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.