PdfDocumentAddDocument(PdfDocument, Int32, Int32) Method

Adds a range of pages from a 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, Int32, Int32, 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(
	PdfDocument document,
	int from,
	int count
)

Parameters

document  PdfDocument
The document to add
from  Int32
The index of the first page to copy from added document
count  Int32
The number of pages to copy

See Also