GetFormFieldValue

Form fields

Description

Retrieves the value of the specified form field.

Syntax

Delphi

function TPDFlib.GetFormFieldValue(Index: Integer): WideString;

ActiveX

Function PDFlib::GetFormFieldValue(Index As Long) As String

DLL

wchar_t * DLGetFormFieldValue(int InstanceID, int Index);

Parameters

IndexThe index of the form field to retrieve the value of