GetFormFieldValueByTitle
Description
Returns the value of the form field with the specified title.
Syntax
Delphi
function TQuickPDF0813.GetFormFieldValueByTitle(Title: WideString): WideString;
ActiveX
Function QuickPDF0813.PDFLibrary::GetFormFieldValueByTitle(Title As String) As String
DLL
wchar_t * QuickPDFGetFormFieldValueByTitle(int InstanceID, wchar_t * Title)
Parameters
| Title | The title of the field. |