GetFormFieldDescription

Form fields

Description

Retrieves the description of the specified form field if it has one.

Syntax

Delphi

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

ActiveX

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

DLL

wchar_t * DLGetFormFieldDescription(int InstanceID, int Index);

Parameters

IndexThe index of the form field to work with