Click or drag to resize

PdfPageCollectionImportPages Method

Import some pages to a PDF document.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public void ImportPages(
	PdfDocument sourceDoc,
	string pagerange,
	int index
)

Parameters

sourceDoc  PdfDocument
A document to be imported.
pagerange  String
A page range string, Such as "1,3,5-7". If this parameter is NULL, it would import all pages in sourceDoc.
index  Int32
The page index wanted to insert from.
See Also