GetFormFieldValueByTitle

Form fields

Description

Returns the value of the form field with the specified title.

Syntax

Delphi

function TPDFlib.GetFormFieldValueByTitle(Const Title: WideString): WideString;

ActiveX

Function PDFlib::GetFormFieldValueByTitle(Title As String) As String

DLL

wchar_t * DLGetFormFieldValueByTitle(int InstanceID, wchar_t * Title);

Parameters

TitleThe title of the field.