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.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntaxpublic PdfFormActionSelectedFieldCollection SelectedFields { get; }Public ReadOnly Property SelectedFields As PdfFormActionSelectedFieldCollection
Get
Property Value
PdfFormActionSelectedFieldCollection
The names of the fields that are either reset or excluded from resetting.
See Also