Skip to main content

PdfDocumentProcessor.AddFormFields(IEnumerable<PdfAcroFormField>) Method

Adds interactive form fields to a PDF document.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public void AddFormFields(
    IEnumerable<PdfAcroFormField> fields
)

Parameters

Name Type Description
fields IEnumerable<PdfAcroFormField>

A collection of PdfAcroFormField objects that represent interactive form fields that should be added to a PDF document.

See Also