Click or drag to resize

PdfDocument InsertPage Method (PdfDocument, PdfPageBase)

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,
	PdfPageBase page
)

Parameters

ldDoc
Type: Spire.Pdf PdfDocument
The loaded document.
page
Type: Spire.Pdf PdfPageBase
The page.

Return Value

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