GetFormFieldNoExport
Form fields
Description
Returns 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.GetFormFieldNoExport(Index: Integer): Integer;
ActiveX
Function PDFlib::GetFormFieldNoExport(Index As Long) As Long
DLL
int DLGetFormFieldNoExport(int InstanceID, int Index);
Parameters
| Index | The index of the form field |
|---|
Return values
| 0 | The field's NoExport flag is not set The field's NoExport flag is set |
|---|---|
| 1 |