This example shows how to remove a particular form field and a whole interactive form from a PDF document.
The PdfDocumentProcessor.RemoveForm method removes all form fields from a document. To remove a particular form field by its name, call the PdfDocumentProcessor.RemoveFormField method and pass a field name as an argument to this method.
Important
You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this example in production code.
- Program.cs (VB: Program.vb)
(you will be redirected to DevExpress.com to submit your response)