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

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public void AddDocument(
	int startIndex,
	PdfDocument document
)

Parameters

startIndex  Int32
The page index where to insert the document
document  PdfDocument
The document to add

See Also