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, wchar_t * XFAFieldName, wchar_t * NewValue);

Parameters

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