GetFormFieldDescription
Description
Retrieves the description of the specified form field if it has one.
Syntax
Delphi
function TQuickPDF0813.GetFormFieldDescription(Index: Integer): WideString;
ActiveX
Function QuickPDF0813.PDFLibrary::GetFormFieldDescription(Index As Long) As String
DLL
wchar_t * QuickPDFGetFormFieldDescription(int InstanceID, int Index)
Parameters
| Index | The index of the form field to work with |