Extracts specified number of pages from the specified source PDF document starting from the
specified page number and creates a new PDF document containing the extracted pages
| C# | Visual Basic | Visual C++ |
public PDFSplitDoc ExtractPagesFromFileToMemory( string srcPDFFilePath, int startPageNumber, int splitPageCount )
Public Function ExtractPagesFromFileToMemory ( _ srcPDFFilePath As String, _ startPageNumber As Integer, _ splitPageCount As Integer _ ) As PDFSplitDoc
public: PDFSplitDoc^ ExtractPagesFromFileToMemory( String^ srcPDFFilePath, int startPageNumber, int splitPageCount )
The memory representation of the resulted PDF document