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 StringDLL
wchar_t * DLGetFormFieldValueByTitle(int InstanceID, wchar_t * Title);Parameters
| Title | The title of the field. |
|---|