ExtractPages
Description
Copies the selected document to a new document, but retains only the specified pages.
Syntax
Delphi
function TQuickPDF0813.ExtractPages(StartPage, PageCount: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::ExtractPages(StartPage As Long,
PageCount As Long) As Long
DLL
int QuickPDFExtractPages(int InstanceID, int StartPage, int PageCount)
Parameters
| StartPage | The page number of the first page to extract |
| PageCount | The total number of pages to extract |
Return values
| 0 | Failed |
| Non-zero | The ID of the new document |