DeleteFormField
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 TQuickPDF0813.DeleteFormField(Index: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::DeleteFormField(Index As Long) As Long
DLL
int QuickPDFDeleteFormField(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 |