Imports a page.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfPageBase ImportPage(
	PdfDocumentBase ldDoc,
	int pageIndex
)
Public Function ImportPage ( 
	ldDoc As PdfDocumentBase,
	pageIndex As Integer
) As PdfPageBase
public:
PdfPageBase^ ImportPage(
	PdfDocumentBase^ ldDoc, 
	int pageIndex
)
member ImportPage : 
        ldDoc : PdfDocumentBase * 
        pageIndex : int -> PdfPageBase 

Parameters

ldDoc
PdfDocumentBase
The loaded document.
pageIndex
Int32
Index of the page.

Return Value

PdfPageBase
The page in the target document.

See Also