ExpertPdf PDF Creator Library
ExtractPages Method (srcPdfFilePath, startPageIndex, pageCount)
NamespacesExpertPdf.PdfCreatorSplitPdfExtractPages(String, Int32, Int32)
ExpertPdf PDF Creator Library
This function extracts pageCount pages from the srcPdfFilePath PDF file 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.
Declaration Syntax
C#Visual BasicVisual C++
public static Document ExtractPages(
	string srcPdfFilePath,
	int startPageIndex,
	int pageCount
)
Public Shared Function ExtractPages ( 
	srcPdfFilePath As String,
	startPageIndex As Integer,
	pageCount As Integer
) As Document
public:
static Document^ ExtractPages(
	String^ srcPdfFilePath, 
	int startPageIndex, 
	int pageCount
)
Parameters
srcPdfFilePath (String)
The path to the PDF file from where to extract pages.
startPageIndex (Int32)
The 0 based page index from where to start extraction.
pageCount (Int32)
The number of pages to extract.
Return Value
Document
The Document containing the extracted pages.

Assembly: ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator.dll) Version: 9.2.0.25824 (9.2.0.0)