GetFormFieldDefaultValue

Form fields

Description

Returns the default value of a form field. This is the value that the field will have when the form is reset.

Syntax

Delphi

function TPDFlib.GetFormFieldDefaultValue(Index: Integer): WideString;

ActiveX

Function PDFlib::GetFormFieldDefaultValue(Index As Long) As String

DLL

wchar_t * DLGetFormFieldDefaultValue(int InstanceID, int Index);

Parameters

IndexThe index of the form field