GetXFAFormFieldValue
Description
Returns the value of the specified XFA form field.
Syntax
Delphi
function TQuickPDF0813.GetXFAFormFieldValue(XFAFieldName: WideString): WideString;
ActiveX
Function QuickPDF0813.PDFLibrary::GetXFAFormFieldValue(
XFAFieldName As String) As String
DLL
wchar_t * QuickPDFGetXFAFormFieldValue(int InstanceID, wchar_t * XFAFieldName)
Parameters
| XFAFieldName | The name of the XFA field to work with. |