Imports a page range from a loaded document.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public PdfPageBase ImportPageRange( PdfDocumentBase ldDoc, int startIndex, int endIndex, int resultPageIndex )
Public Function ImportPageRange ( ldDoc As PdfDocumentBase, startIndex As Integer, endIndex As Integer, resultPageIndex As Integer ) As PdfPageBase
public: PdfPageBase^ ImportPageRange( PdfDocumentBase^ ldDoc, int startIndex, int endIndex, int resultPageIndex )
member ImportPageRange : ldDoc : PdfDocumentBase * startIndex : int * endIndex : int * resultPageIndex : int -> PdfPageBase
Parameters
- ldDoc
- PdfDocumentBase
The loaded document.
- startIndex
- Int32
The start page index.
- endIndex
- Int32
The end page index.
- resultPageIndex
- Int32
Return Value
PdfPageBaseThe last created page in the result document.