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