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 StringDLL
wchar_t * DLGetFormFieldDescription(int InstanceID, int Index);Parameters
| Index | The index of the form field to work with |
|---|