SetFormFieldNoExport

Campos de formulário

Descrição

Define o estado da flag NoExport de um campo

O campo não será exportado por uma ação submit-form se o flag NoExport estiver definido

Sintaxe

Delphi

Function TPDFlib.SetFormFieldNoExport(Index, NoExport: Integer): Integer;

ActiveX

Function PDFlib::SetFormFieldNoExport(Index As Long, NoExport As Long) As Long

DLL

int DLSetFormFieldNoExport(int InstanceID, int Index, int NoExport);

Parâmetros

IndexThe index of the form field
NoExport0 = Clear the field's NoExport flag 1 = Set the field's NoExport flag

Valores retornados

0Could not find the specified form field The NoExport flag was set successfully
1