PdfDocumentAddDocument(Int32, PdfDocument) Method
Adds another document in this document starting at the given page index. 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(Int32, PdfDocument, Boolean, Boolean, Boolean) variant
to enable this behavior
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public void AddDocument(
int startIndex,
PdfDocument document
)
Public Sub AddDocument (
startIndex As Integer,
document As PdfDocument
)
public:
void AddDocument(
int startIndex,
PdfDocument^ document
)
member AddDocument :
startIndex : int *
document : PdfDocument -> unit
Parameters
- startIndex Int32
- The page index where to insert the document
- document PdfDocument
- The document to add