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
| Index | The index of the form field |
|---|---|
| NoExport | 0 = Clear the field's NoExport flag 1 = Set the field's NoExport flag |
Valores retornados
| 0 | Could not find the specified form field The NoExport flag was set successfully |
|---|---|
| 1 |