GetFormFontName
Description
Returns the name of the font with the specified index.
Syntax
Delphi
function TQuickPDF0813.GetFormFontName(FontIndex: Integer): WideString;
ActiveX
Function QuickPDF0813.PDFLibrary::GetFormFontName(FontIndex As Long) As String
DLL
wchar_t * QuickPDFGetFormFontName(int InstanceID, int FontIndex)
Parameters
| FontIndex | The index of the font to work with. The first font in the form has an index of 1. Use GetFormFontCount to determine the number of fonts available in the form. |