GetXFAFormFieldValue
Form fields
Description
Returns the value of the specified XFA form field.
Syntax
Delphi
Function TPDFlib.GetXFAFormFieldValue(Const XFAFieldName: WideString): WideString;
ActiveX
Function PDFlib::GetXFAFormFieldValue(XFAFieldName As String) As String
DLL
const wchar_t * DLGetXFAFormFieldValue(int InstanceID, const wchar_t * XFAFieldName);
Parameters
| XFAFieldName | The name of the XFA field to work with. |
|---|