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 ExtractPagesFromMemoryToMemory( byte[] srcPdfBytes, int startPageNumber, int splitPageCount )
Public Function ExtractPagesFromMemoryToMemory ( _ srcPdfBytes As Byte(), _ startPageNumber As Integer, _ splitPageCount As Integer _ ) As PDFSplitDoc
public: PDFSplitDoc^ ExtractPagesFromMemoryToMemory( array<unsigned char>^ srcPdfBytes, int startPageNumber, int splitPageCount )
The memory representation of the resulted PDF document