Introduced in build 4.1.0.1494
Description
Appends an existing Document to the end of the current Document, separated by a next-page section break
C#
vb.net
Parameters
other
Document object being appended to the current document.Remarks
This method works by adding all of the Sections of the appended document to the current document; if a the current document has 3 sections and the appended document has 4 sections, the resulting document will have 7 sections. Because sections are preserved, headers, footers, and all other section formatting from both documents are also preserved.Examples
C#
vb.net