GetFormFieldPage
Description
Returns the page number that the specified form field is on.
Syntax
Delphi
function TQuickPDF0813.GetFormFieldPage(Index: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetFormFieldPage(Index As Long) As Long
DLL
int QuickPDFGetFormFieldPage(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 |