GetFormFieldTitle

Form fields

Description

Returns the title of the specified form field.

Syntax

Delphi

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

ActiveX

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

DLL

wchar_t * DLGetFormFieldTitle(int InstanceID, int Index);

Parameters

IndexThe index of the required form field. The first form field has an index of 1.