ImageGear v26.0 - Updated
Work with PDF Forms
Developer Guide > How to Work with ... > PDF > How to... > Work with PDF Forms

You can create and remove PDF forms and control the fields on it.

C#

// 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:

ImageGear has limited support for PDF documents containing XFA forms. Please see XFA Support for more information.

Is this page helpful?
Yes No
Thanks for your feedback.