SetFormFieldDescription
Description
Sets the description of the specified form field.
Syntax
Delphi
function TQuickPDF0813.SetFormFieldDescription(Index: Integer;
NewDescription: WideString): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetFormFieldDescription(Index As Long,
NewDescription As String) As Long
DLL
int QuickPDFSetFormFieldDescription(int InstanceID, int Index,
wchar_t * NewDescription)
Parameters
| Index | The index of the form field to change |
| NewDescription | The new description. |
Return values
| 0 | The form field could not be found |
| 1 | The specified form field's description was set successfully |