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 LongDLL
int DLSetFormFieldPage(int InstanceID, int Index, int NewPage);Parameters
| Index | The index of the form field to move |
|---|---|
| NewPage | The page number to move the form field to |
Return values
| 0 | Can't find the form field or the new destination page is invalid Form field moved successfully |
|---|---|
| 1 |