GetFormFieldFontName
Description
Retrieves the name of the font that the specified form field is using.
Syntax
Delphi
function TQuickPDF0813.GetFormFieldFontName(Index: Integer): WideString;
ActiveX
Function QuickPDF0813.PDFLibrary::GetFormFieldFontName(Index As Long) As String
DLL
wchar_t * QuickPDFGetFormFieldFontName(int InstanceID, int Index)
Parameters
| Index | The index of the form field to work with. The first form field has an index of 1. |