PdfDocumentBase
ImportPage Method (PdfDocumentBase, Int32, 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,
int resultPageIndex
)
Public Function ImportPage (
ldDoc As PdfDocumentBase,
pageIndex As Integer,
resultPageIndex As Integer
) As PdfPageBase
public:
PdfPageBase^ ImportPage(
PdfDocumentBase^ ldDoc,
int pageIndex,
int resultPageIndex
)
member ImportPage :
ldDoc : PdfDocumentBase *
pageIndex : int *
resultPageIndex : int -> PdfPageBase
Parameters
-
ldDoc
-
Type:
Spire.Pdf
PdfDocumentBase
The loaded document.
-
pageIndex
-
Type:
System
Int32
Index of the page.
-
resultPageIndex
-
Type:
System
Int32
The page index in the result document.
Return Value
Type:
PdfPageBase
The page in the result document.
See Also