InsertPages
文档管理、页面操作
描述
向文档中插入一个或多个空白页面
语法
Delphi
Function TPDFlib.InsertPages(StartPage, PageCount: Integer): Integer;
ActiveX
Function PDFlib::InsertPages(StartPage As Long, PageCount As Long) As Long
DLL
int DLInsertPages(int InstanceID, int StartPage, int PageCount);
参数
| StartPage | 要插入的第一页页码 |
|---|---|
| PageCount | 要插入的页面总数 |
返回值
| 0 | 失败 文档中的新页面总数 |
|---|---|
| Non-zero |