Skip to main content

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.v23.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