SetFormFieldNoExport
Form fields
Description
Sets the state of a field's NoExport flag.
The field will not be exported by a submit-form action if the NoExport flag is set.
Syntax
Delphi
function TPDFlib.SetFormFieldNoExport(Index, NoExport: Integer): Integer;ActiveX
Function PDFlib::SetFormFieldNoExport(Index As Long, NoExport As Long) As LongDLL
int DLSetFormFieldNoExport(int InstanceID, int Index, int NoExport);Parameters
| Index | The index of the form field |
|---|---|
| NoExport | 0 = Clear the field's NoExport flag 1 = Set the field's NoExport flag |
Return values
| 0 | Could not find the specified form field The NoExport flag was set successfully |
|---|---|
| 1 |