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 LongDLL
int DLSetXFAFormFieldValue(int InstanceID, wchar_t * XFAFieldName, wchar_t * NewValue);Parameters
| XFAFieldName | The name of the XFA field to work with |
|---|---|
| NewValue | The new value for the XFA field |