This function extracts pageCount pages from the srcPdfDocument starting with the page at startPage index
and creates a new Document containing the extracted pages. The resulted document can be further saved
into a file on disk or into a stream.

C# | Visual Basic | Visual C++ |
public static Document ExtractPages( Document srcPdfDocument, int startPageIndex, int pageCount )
Public Shared Function ExtractPages ( srcPdfDocument As Document, startPageIndex As Integer, pageCount As Integer ) As Document
public: static Document^ ExtractPages( Document^ srcPdfDocument, int startPageIndex, int pageCount )

Document
The Document containing the extracted pages.
The Document containing the extracted pages.
Assembly: ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator.dll) Version: 9.2.0.25824 (9.2.0.0)