SetFormFieldPage
Description
Moves the specified form field onto another page.
Syntax
Delphi
function TQuickPDF0813.SetFormFieldPage(Index, NewPage: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetFormFieldPage(Index As Long,
NewPage As Long) As Long
DLL
int QuickPDFSetFormFieldPage(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 |
| 1 | Form field moved successfully |