Appends all pages from the another document specified as parameter to the current document.
A custom range of pages from another document can be appended to the current document calling the
Document.Pages.Add(PdfPage pdfPage) method for each page to be appended.
The appended document must remain open until the current document is saved.

C# | Visual Basic | Visual C++ |
public void AppendDocument( Document doc )
Public Sub AppendDocument ( doc As Document )
public: void AppendDocument( Document^ doc )

- doc (Document)
- The document to be appended.

The appended document must remain open until the current document is saved.
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)