DeleteFormField
Form fields
Description
Deletes the specified form field. If the field is deleted successfully the field index of subsequent form fields will be decreased by 1.
Syntax
Delphi
function TPDFlib.DeleteFormField(Index: Integer): Integer;ActiveX
Function PDFlib::DeleteFormField(Index As Long) As LongDLL
int DLDeleteFormField(int InstanceID, int Index);Parameters
| Index | The index of the form field to delete |
|---|
Return values
| 0 | The form field was not found |
|---|---|
| 1 | The form field was deleted successfully |