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 Long

DLL

int DLGetFormFieldPage(int InstanceID, int Index);

Parameters

IndexThe index of the form field to locate

Return values

0The form field could not be found, or the form field does not have valid page information
Non-zeroThe page number of the page that the form field is displayed on