PdfDocumentProcessor.AddFormFields(IEnumerable<PdfAcroFormField>) Method
In This Article
Adds interactive form fields to a PDF document.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
public void AddFormFields(
IEnumerable<PdfAcroFormField> fields
)
#Parameters
Name | Type | Description |
---|---|---|
fields | IEnumerable<Pdf |
A collection of Pdf |
See Also