GetFormFieldPage
Campos de formulário
Descrição
Retorna o número da página em que o campo de formulário especificado está
Sintaxe
Delphi
Function TPDFlib.GetFormFieldPage(Index: Integer): Integer;
ActiveX
Function PDFlib::GetFormFieldPage(Index As Long) As Long
DLL
int DLGetFormFieldPage(int InstanceID, int Index);
Parâmetros
| Index | The index of the form field to locate |
|---|
Valores retornados
| 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 |