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

PdfResetFormAction.Fields Property

Gets a collection of fields that indicate which fields to reset or which to exclude from resetting, depending on the value of the PdfResetFormAction.ExcludeFields property.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public IEnumerable<PdfInteractiveFormField> Fields { get; }

Property Value

Type Description
IEnumerable<PdfInteractiveFormField>

A collection of the PdfInteractiveFormField objects that represent fields.

See Also