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 StringDLL
wchar_t * DLGetFormFieldFontName(int InstanceID, int Index);Parameters
| Index | The index of the form field to work with. The first form field has an index of 1. |
|---|