HiQPdf Documentation

PdfDocumentAddDocument Method (PdfDocument)

Quickly Create High Quality PDFs
Adds another document to the end of this document. The added document must remain open until this document is saved. This document header and footer is not automatically applied to the added document. Use the AddDocument(PdfDocument, Boolean, Boolean, Boolean) variant to enable this behavior

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public void AddDocument(
	PdfDocument document
)

Parameters

document
Type: HiQPdfPdfDocument
The document to add
See Also

Reference