SetXFAFormFieldValue
Description
Sets the value of the specified XFA form field.
Syntax
Delphi
function TQuickPDF0815.SetXFAFormFieldValue(XFAFieldName,
NewValue: WideString): Integer;
ActiveX
Function QuickPDF0815.PDFLibrary::SetXFAFormFieldValue(XFAFieldName As String,
NewValue As String) As Long
DLL
int QuickPDFSetXFAFormFieldValue(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 |