Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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
  • No labels