ExpertPdf Html to Pdf Converter Library
AppendDocument Method (doc)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentDocumentAppendDocument(Document)
ExpertPdf Html to Pdf Converter Library
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.
Declaration Syntax
C#Visual BasicVisual C++
public void AppendDocument(
	Document doc
)
Public Sub AppendDocument ( 
	doc As Document
)
public:
void AppendDocument(
	Document^ doc
)
Parameters
doc (Document)
The document to be appended.
Remarks
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)