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 Long

DLL

int DLSetFormFieldNoExport(int InstanceID, int Index, int NoExport);

Parameters

IndexThe index of the form field
NoExport0 = Clear the field's NoExport flag 1 = Set the field's NoExport flag

Return values

0Could not find the specified form field The NoExport flag was set successfully
1