Click or drag to resize

PdfDocumentBase ImportPage Method (PdfDocumentBase, 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 ImportPage(
	PdfDocumentBase ldDoc,
	PdfPageBase page
)

Parameters

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

Return Value

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