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

IndexThe index of the form field to locate

Valores retornados

0The form field could not be found, or the form field does not have valid page information
Non-zeroThe page number of the page that the form field is displayed on