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
const wchar_t * DLGetFormFieldTitle(int InstanceID, int Index);
Parameters
| Index | The index of the required form field. The first form field has an index of 1. |
|---|