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,
	PdfPageBase page
)
Public Function ImportPage ( 
	ldDoc As PdfDocumentBase,
	page As PdfPageBase
) As PdfPageBase
public:
PdfPageBase^ ImportPage(
	PdfDocumentBase^ ldDoc, 
	PdfPageBase^ page
)
member ImportPage : 
        ldDoc : PdfDocumentBase * 
        page : PdfPageBase -> PdfPageBase 

Parameters

ldDoc
PdfDocumentBase
The loaded document.
page
PdfPageBase
The page.

Return Value

PdfPageBase
The page in the target document.

See Also