PdfDocumentAddDocument(PdfDocument) Method
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: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public void AddDocument(
PdfDocument document
)
Public Sub AddDocument (
document As PdfDocument
)
public:
void AddDocument(
PdfDocument^ document
)
member AddDocument :
document : PdfDocument -> unit
Parameters
- document PdfDocument
- The document to add