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

XFAFieldNameThe name of the XFA field to work with
NewValueThe new value for the XFA field