PdfSubmitFormActionSelectedFields Property |
Gets the names of the fields that are either included in the submission (if Excluded is ) or excluded from the submission (if Excluded is ).
Applicable only if All is .
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.5
Syntaxpublic PdfFormActionSelectedFieldCollection SelectedFields { get; }Public ReadOnly Property SelectedFields As PdfFormActionSelectedFieldCollection
Get
Property Value
PdfFormActionSelectedFieldCollection
The names of the fields that are either included in the submission or excluded from the submission.
See Also