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

PdfResetFormAction.ExcludeFields Property

Gets a value that indicates whether to exclude fields obtained in the PdfResetFormAction.Fields property from resetting.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public bool ExcludeFields { get; }

Property Value

Type Description
Boolean

if true all fields in the document’s interactive form will be reset except those listed in the PdfResetFormAction.Fields property; otherwise false.

See Also