Click or drag to resize

PdfDocumentBase ImportPage Method (PdfDocumentBase, 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 ImportPage(
	PdfDocumentBase ldDoc,
	int pageIndex
)

Parameters

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

Return Value

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