FormEditor.RemoveField
FormEditor.RemoveField method
Remove field from the form.
public void RemoveField(string fieldName)
Parameter | Type | Description |
---|---|---|
fieldName | String | Name of the field which must be removed. |
Examples
FormEditr formEditor = new FormEditor("PdfForm.pdf", "FormEditor_RemoveField.pdf");
formEditor.RemoveField("listboxField");
formEditor.RemoveField("textField");
See Also
- class FormEditor
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF