InsertPages
Document management, Page manipulation
Description
Inserts one or more blank pages into the document.
Syntax
Delphi
function TQuickPDF0813.InsertPages(StartPage, PageCount: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::InsertPages(StartPage As Long,
PageCount As Long) As Long
DLL
int QuickPDFInsertPages(int InstanceID, int StartPage, int PageCount)
Parameters
| StartPage | The page number of the first page to insert |
| PageCount | The total number of pages to insert |
Return values
| 0 | Failed |
| Non-zero | The new total number of pages in the document |