SetFormFieldPage

Form fields

Description

Moves the specified form field onto another page.

Syntax

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);

Parameters

IndexThe index of the form field to move
NewPageThe page number to move the form field to

Return values

0Can't find the form field or the new destination page is invalid Form field moved successfully
1