Click or drag to resize

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.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.5
Syntax
public PdfFormActionSelectedFieldCollection SelectedFields { get; }

Property Value

PdfFormActionSelectedFieldCollection
The names of the fields that are either included in the submission or excluded from the submission.
See Also