GetFormFieldNoExport
Version history
This function was introduced in Quick PDF Library version 7.24.
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 TQuickPDF0815.GetFormFieldNoExport(Index: Integer): Integer;
ActiveX
Function QuickPDF0815.PDFLibrary::GetFormFieldNoExport(Index As Long) As Long
DLL
int QuickPDFGetFormFieldNoExport(int InstanceID, int Index)
Parameters
| Index | The index of the form field |
Return values
| 0 | The field's NoExport flag is not set |
| 1 | The field's NoExport flag is set |