GetFormFieldPage
Form fields
Description
Returns the page number that the specified form field is on.
Syntax
Delphi
function TPDFlib.GetFormFieldPage(Index: Integer): Integer;ActiveX
Function PDFlib::GetFormFieldPage(Index As Long) As LongDLL
int DLGetFormFieldPage(int InstanceID, int Index);Parameters
| Index | The index of the form field to locate |
|---|
Return values
| 0 | The form field could not be found, or the form field does not have valid page information |
|---|---|
| Non-zero | The page number of the page that the form field is displayed on |