SetFormFieldDescription
Form fields
Description
Sets the description of the specified form field.
Syntax
Delphi
function TPDFlib.SetFormFieldDescription(Index: Integer; Const NewDescription: WideString): Integer;ActiveX
Function PDFlib::SetFormFieldDescription(Index As Long, NewDescription As String) As LongDLL
int DLSetFormFieldDescription(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 |