GetFormFieldValue
Description
Retrieves the value of the specified form field.
Syntax
Delphi
function TQuickPDF0813.GetFormFieldValue(Index: Integer): WideString;
ActiveX
Function QuickPDF0813.PDFLibrary::GetFormFieldValue(Index As Long) As String
DLL
wchar_t * QuickPDFGetFormFieldValue(int InstanceID, int Index)
Parameters
| Index | The index of the form field to retrieve the value of |