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

IndexThe index of the form field

Return values

0The field's NoExport flag is not set The field's NoExport flag is set
1