GetFormFieldValueByTitle
Form fields
Description
Returns the value of the form field with the specified title.
Syntax
Delphi
Function TPDFlib.GetFormFieldValueByTitle(Const Title: WideString): WideString;
ActiveX
Function PDFlib::GetFormFieldValueByTitle(Title As String) As String
DLL
const wchar_t * DLGetFormFieldValueByTitle(int InstanceID, const wchar_t * Title);
Parameters
| Title | The title of the field. |
|---|