You can create and remove PDF forms and control the fields on it.
| C# | Copy Code  | 
|---|---|
| // Add an AcroForm to a PDF document. igDocument.CreateForm(); // Delete an AcroForm from a PDF document. igDocument.RemoveForm(); | |
This section provides information about the following: