DAGetFormFieldTitle

Form fields, Direct access functionality

Description

Returns the title of the specified form field.

Syntax

Delphi

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

ActiveX

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

DLL

wchar_t * DLDAGetFormFieldTitle(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.