GetFormFieldDescription
Form fields
Description
Retrieves the description of the specified form field if it has one.
Syntax
Delphi
Function TPDFlib.GetFormFieldDescription(Index: Integer): WideString;
ActiveX
Function PDFlib::GetFormFieldDescription(Index As Long) As String
DLL
const wchar_t * DLGetFormFieldDescription(int InstanceID, int Index);
Parameters
| Index | The index of the form field to work with |
|---|