GetFormFieldFontName

Form fields

Description

Retrieves the name of the font that the specified form field is using.

Syntax

Delphi

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

ActiveX

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

DLL

wchar_t * DLGetFormFieldFontName(int InstanceID, int Index);

Parameters

IndexThe index of the form field to work with. The first form field has an index of 1.