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 StringDLL
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. |
|---|