ImageGear .NET
Work with PDF Forms

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:

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback