SetFormFieldPage

Campos de formulário

Descrição

Move o campo de formulário especificado para outra página

Sintaxe

Delphi

Function TPDFlib.SetFormFieldPage(Index, NewPage: Integer): Integer;

ActiveX

Function PDFlib::SetFormFieldPage(Index As Long, NewPage As Long) As Long

DLL

int DLSetFormFieldPage(int InstanceID, int Index, int NewPage);

Parâmetros

IndexThe index of the form field to move
NewPageThe page number to move the form field to

Valores retornados

0Can't find the form field or the new destination page is invalid Form field moved successfully
1