Click or drag to resize

PdfResetFormActionSelectedFields Property

Gets the names of the fields that are either reset (if Excluded is ) or excluded from resetting (if Excluded is ).

Applicable only if All is .


Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public PdfFormActionSelectedFieldCollection SelectedFields { get; }

Property Value

PdfFormActionSelectedFieldCollection
The names of the fields that are either reset or excluded from resetting.
See Also