SetFormFieldPage
表单字段
描述
将指定表单字段移至另一页
语法
Delphi
Function TPDFlib.SetFormFieldPage(Index, NewPage: Integer): Integer;
ActiveX
Function PDFlib::SetFormFieldPage(Index As Long, NewPage As Long) As Long
DLL
int DLSetFormFieldPage(int InstanceID, int Index, int NewPage);
参数
| Index | 要移动的表单字段索引 |
|---|---|
| NewPage | 要将表单字段移至的页码 |
返回值
| 0 | 无法'找到表单字段,或新目标页面无效;表单字段已成功移动 |
|---|---|
| 1 |