GetFormFieldValue
Form fields
Description
Retrieves the value of the specified form field.
Syntax
Delphi
Function TPDFlib.GetFormFieldValue(Index: Integer): WideString;
ActiveX
Function PDFlib::GetFormFieldValue(Index As Long) As String
DLL
const wchar_t * DLGetFormFieldValue(int InstanceID, int Index);
Parameters
| Index | The index of the form field to retrieve the value of |
|---|