ImageGear .NET v25.2 - Updated
Developer Guide / How to Work with... / PDF / How to... / Work with PDF Forms
In This Topic
    Work with PDF Forms
    In This Topic

    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:

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