DAGetFormFieldValue

Form fields, Direct access functionality

Description

Returns the value of the specified form field.

Syntax

Delphi

function TPDFlib.DAGetFormFieldValue(FileHandle, FieldIndex: Integer): WideString;

ActiveX

Function PDFlib::DAGetFormFieldValue(FileHandle As Long, FieldIndex As Long) As String

DLL

wchar_t * DLDAGetFormFieldValue(int InstanceID, int FileHandle, int FieldIndex);

Parameters

FileHandleA handle returned by the DAOpenFile, DAOpenFileReadOnly or DAOpenFromStream functions
FieldIndexThe index of the form field to work with. The first form field has an index of 1.