GetFormFieldPage
表單欄位
描述
傳回指定表單欄位所在的頁碼
語法
Delphi
Function TPDFlib.GetFormFieldPage(Index: Integer): Integer;
ActiveX
Function PDFlib::GetFormFieldPage(Index As Long) As Long
DLL
int DLGetFormFieldPage(int InstanceID, int Index);
參數
| Index | 要尋找的表單欄位索引 |
|---|
傳回值
| 0 | 找不到表單欄位,或該欄位沒有有效的頁面資訊 |
|---|---|
| Non-zero | 表單欄位顯示所在頁面的頁碼 |