Click or drag to resize

PdfDocument InsertPage Method (PdfDocument, Int32)

Imports a page.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfPageBase InsertPage(
	PdfDocument ldDoc,
	int pageIndex
)

Parameters

ldDoc
Type: Spire.Pdf PdfDocument
The loaded document.
pageIndex
Type: System Int32
Index of the page.

Return Value

Type: PdfPageBase
The page in the result document.
See Also