Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfDocumentProcessor.AddFormFields(IEnumerable<PdfAcroFormField>) Method

Adds interactive form fields to a PDF document.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v20.2.dll

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