SetXFAFormFieldValue
Form fields
Description
Sets the value of the specified XFA form field.
Syntax
Delphi
Function TPDFlib.SetXFAFormFieldValue(Const XFAFieldName, NewValue: WideString): Integer;
ActiveX
Function PDFlib::SetXFAFormFieldValue(XFAFieldName As String, NewValue As String) As Long
DLL
int DLSetXFAFormFieldValue(int InstanceID, const wchar_t * XFAFieldName, const wchar_t * NewValue);
Parameters
| XFAFieldName | The name of the XFA field to work with |
|---|---|
| NewValue | The new value for the XFA field |